zongtanghu commented on issue #1217: [ISSUE #1156]new mqadmin API for ACL 
configuration
URL: https://github.com/apache/rocketmq/pull/1217#issuecomment-499752257
 
 
   I have alreay verified some case below.For example,
   (1)Execute the updateAclConfig mqadmin command to update some acl config 
element:
   sh mqadmin updateAclConfig -n XX.XX.XX.XX -c DefaultCluster -a RocketMQ -s 
1234567809123 -t topicA=DENY,topicD=SUB -g groupD=DENY,groupB=SUB
   (2)Excuete the clusterAclConfigVersion to query the acl config file's 
version:
   sh mqadmin clusterAclConfigVersion -n XX.XX.XX.XX:9876 -b XX.XX.XX.XX:10911
   (3)Execute the updateAclConfig mqadmin command to create some acl config 
element:
   sh mqadmin updateAclConfig -n XX.XX.XX.XX:9876 -b XX.XX.XX.XX:10911 -a 
RocketMQ -s 123456780912345 -w 192.168.0.* -t topicA=DENYm,topicD=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

Reply via email to