mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-01-31 05:46:35 +08:00
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:
@@ -61,7 +61,8 @@ public class AuthWebMVCConfigurerAdapter extends WebMvcConfigurerAdapter {
|
||||
"/ops/**",
|
||||
"/producer/**",
|
||||
"/test/**",
|
||||
"/topic/**");
|
||||
"/topic/**",
|
||||
"/acl/**");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user