You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/04/16 02:27:08 UTC

[GitHub] [rocketmq] walking98 edited a comment on issue #1156: [Enhancement-Request] new mqadmin API for ACL configuration

walking98 edited a comment on issue #1156: [Enhancement-Request] new mqadmin API for ACL configuration  
URL: https://github.com/apache/rocketmq/issues/1156#issuecomment-483486692
 
 
   Hi @zongtanghu 
   
   ```
   accounts:
   - accessKey: RocketMQ
     secretKey: 12345678
     whiteRemoteAddress: 192.168.0.*
     admin: false
     defaultTopicPerm: DENY
     defaultGroupPerm: SUB
     topicPerms:
     - topicA=DENY
     - topicB=PUB|SUB
     - topicC=SUB
     groupPerms:
     # the group should convert to retry topic
     - groupA=DENY
     - groupB=SUB
     - groupC=SUB
   ```
   
   I feel the rmqadmin API can operate the following attributes remotely:
   1.  Add/Remove  account (ak). ak is the unique key of an account, so it can not be changed but  the account can be removed.
   2. Adjust whitelist/permit groups/permit topics for a specific account

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services