1782935682 opened a new issue, #9561: URL: https://github.com/apache/rocketmq/issues/9561
### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [x] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment centos7 ### RocketMQ version 5.3.3 ### JDK Version 1.8 ### Describe the Bug 1.acl2.0 只认证不鉴权,调用deleteUser接口会失败(这时候不需要调用deleteAcl接口) <img width="1070" height="384" alt="Image" src="https://github.com/user-attachments/assets/d387d5f8-1aae-43e0-84a8-b0e391e0f2c5" /> 2.user、acl相关操作,应该在AdminBrokerProcessor判断服务端是否支持,而不是直接调用相关接口 ### Steps to Reproduce 1.开启ACL2.0,只认证不鉴权 2.调用deleteUser接口 ### What Did You Expect to See? 开启认证不鉴权deleteUser报错 ### What Did You See Instead? 开启认证不鉴权deleteUser正常 ### Additional Context _No response_ -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
