kangsafe opened a new issue #68: Unable to calculate a request signature,Algorithm HmacSHA1 not available URL: https://github.com/apache/rocketmq-spring/issues/68 The issue tracker is **ONLY** used for bug report and feature request. Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/). **BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? When use ACLEnable=true,it didn't work. - What did you expect to see? - What did you see instead? 2. Please tell us about your environment: JDK 1.8,Window 10,Rocket 4.5.0, 3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc): **FEATURE REQUEST** The RocketMQ config broker.conf: aclEnable=true The plain_acl.yml: accounts: - accessKey: pub secretKey: 12345678 whiteRemoteAddress: admin: false defaultTopicPerm: PUB defaultGroupPerm: PUB topicPerms: - topicA=PUB - topicB=PUB groupPerms: # the group should convert to retry topic - group-producer1=PUB - accessKey: sub secretKey: 12345678 whiteRemoteAddress: admin: false defaultTopicPerm: DENY defaultGroupPerm: DENY topicPerms: - topicA=SUB - topicB=SUB groupPerms: # the group should convert to retry topic - group-consumer1=SUB
---------------------------------------------------------------- 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] With regards, Apache Git Services
