mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-06-05 11:23:18 +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/**",
|
"/ops/**",
|
||||||
"/producer/**",
|
"/producer/**",
|
||||||
"/test/**",
|
"/test/**",
|
||||||
"/topic/**");
|
"/topic/**",
|
||||||
|
"/acl/**");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user