humkum commented on issue #7529: URL: https://github.com/apache/rocketmq/issues/7529#issuecomment-1792195707
There's no permission check when client startup, and permission check only occurred in broker processing rpc request, so permission error would carrying in response, and would print to the log file `~/logs/rocketmqlogs/rocketmq_client.log`. You could find error message in log file to check whether the accessKey and secretKey is correct.As follows: ![image](https://github.com/apache/rocketmq/assets/50660789/c5d8f920-dff9-4808-8e38-115458c91953) -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org