We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Windows 11
5.2.0
No response
1.broker开启acl(acl1.0,不是新推出的2.0) 2.启动消费者,用dashboard发送一条消息并消费 3.在dashboard将消息查询出来后点击重新发送
重新发送成功
org.apache.rocketmq.client.exception.MQClientException: CODE: 1 DESC: invoke consumer 10.208.62.32@102914 Exception: org.apache.rocketmq.acl.common.AclException: Check signature failed for accessKey=admin_user, org.apache.rocketmq.acl.plain.PlainPermissionManager.validate(PlainPermissionManager.java:629) For more information, please visit the url, https://rocketmq.apache.org/docs/bestPractice/06FAQ
从broker端debug看是因为broker将消息发送给客户端时又重新调用了acl初始化的RPCHook的doBeforeRequest
RPCHook
doBeforeRequest
但实际上将请求发送出去不用再验证自己发送的请求了
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
Windows 11
RocketMQ version
5.2.0
JDK Version
No response
Describe the Bug
Steps to Reproduce
1.broker开启acl(acl1.0,不是新推出的2.0)
2.启动消费者,用dashboard发送一条消息并消费
3.在dashboard将消息查询出来后点击重新发送
What Did You Expect to See?
重新发送成功
What Did You See Instead?
org.apache.rocketmq.client.exception.MQClientException: CODE: 1 DESC: invoke consumer 10.208.62.32@102914 Exception: org.apache.rocketmq.acl.common.AclException: Check signature failed for accessKey=admin_user, org.apache.rocketmq.acl.plain.PlainPermissionManager.validate(PlainPermissionManager.java:629) For more information, please visit the url, https://rocketmq.apache.org/docs/bestPractice/06FAQ
Additional Context
从broker端debug看是因为broker将消息发送给客户端时又重新调用了acl初始化的
RPCHook
的doBeforeRequest
但实际上将请求发送出去不用再验证自己发送的请求了
No response
The text was updated successfully, but these errors were encountered: