Configure the acl interface path in the authInterceptor (#77)

* Configure the acl interface path in the authInterceptor

* retrigger ci

Co-authored-by: zhangjidi <zhangjidi@cmss.chinamobile.com>
This commit is contained in:
zhangjidi2016
2022-03-14 11:36:36 +08:00
committed by GitHub
parent 6de5d51661
commit f5b9bbb9a7

View File

@@ -61,7 +61,8 @@ public class AuthWebMVCConfigurerAdapter extends WebMvcConfigurerAdapter {
"/ops/**", "/ops/**",
"/producer/**", "/producer/**",
"/test/**", "/test/**",
"/topic/**"); "/topic/**",
"/acl/**");
} }
} }