gengweifeng opened a new issue #614: URL: https://github.com/apache/rocketmq-externals/issues/614
根据[说明文档](https://github.com/apache/rocketmq-externals/blob/master/rocketmq-console/doc/1_0_0/UserGuide_CN.md)配置了用户名密码认证方式,配置完成后访问主页面出现重复重定向导致页面打开失败 配置如下: application.properties: server.address=0.0.0.0 server.port=8080 spring.http.encoding.charset=UTF-8 spring.http.encoding.enabled=true spring.http.encoding.force=true logging.config=classpath:logback.xml rocketmq.config.namesrvAddr=rocketmq-n-1.default:9876 rocketmq.config.loginRequired=true rocketmq.config.dataPath=/tmp/rocketmq-console/data users.properties: admin=admin,1 user=user,0 浏览器地址栏访问console页面 http://localhost:8080 ,地址栏出现 http://localhost:8080/#/login?redirect=http%3A%2F%2Flocalhost%3A8080%2F ,并且提示重定向次数过多,无法访问,未出现期望的登录页面 rocketmq使用的版本是4.3.2,rocketmq-console版本是最新的2.0.0 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
