安全配置过滤拉取报警数据请求.

pull/10/head
chen.ma 3 years ago
parent f4a8f28997
commit 5bfe3f3987

@ -75,7 +75,7 @@ public class GlobalSecurityConfig extends WebSecurityConfigurerAdapter {
@Override @Override
public void configure(WebSecurity web) throws Exception { public void configure(WebSecurity web) throws Exception {
web.ignoring().antMatchers("/v1/cs/apps/renew/**", "/v1/cs/apps/register/**", "/v1/cs/configs/**", "/v1/cs/listener/**"); web.ignoring().antMatchers("/v1/cs/apps/renew/**", "/v1/cs/apps/register/**", "/v1/cs/configs/**", "/v1/cs/listener/**", "/v1/cs/alarm/list/config/**");
} }
} }

Loading…
Cancel
Save