mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-11 03:49:06 +08:00
Configure the dlq message interface path in the authInterceptor (#65)
Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
This commit is contained in:
@@ -53,6 +53,7 @@ public class AuthWebMVCConfigurerAdapter extends WebMvcConfigurerAdapter {
|
|||||||
"/cluster/**",
|
"/cluster/**",
|
||||||
"/consumer/**",
|
"/consumer/**",
|
||||||
"/dashboard/**",
|
"/dashboard/**",
|
||||||
|
"/dlqMessage/**",
|
||||||
"/message/**",
|
"/message/**",
|
||||||
"/messageTrace/**",
|
"/messageTrace/**",
|
||||||
"/monitor/**",
|
"/monitor/**",
|
||||||
|
Reference in New Issue
Block a user