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/02/18 05:59:48 UTC

[GitHub] zongtanghu edited a comment on issue #771: acl set globalWhiteRemoteAddresses with '.' broker init fail

zongtanghu edited a comment on issue #771: acl set globalWhiteRemoteAddresses with '.' broker init fail
URL: https://github.com/apache/rocketmq/issues/771#issuecomment-464596433
 
 
   We look at you yaml config file,you globalWhiteRemoteAddresses formate is wrong.The right globalWhiteRemoteAddresses  formate is as follows:
   
   globalWhiteRemoteAddresses:
   - 10.10.103.*
   - 192.168.0.*
   
   accounts:
   - accessKey: RocketMQ
     secretKey: 12345678
     whiteRemoteAddress: 192.168.0.*
     admin: false
     defaultTopicPerm: DENY
     defaultGroupPerm: SUB
     topicPerms:
     - topicA=DENY
     - topicB=PUB|SUB
     - topicC=SUB
     groupPerms:
     - groupA=DENY
     - groupB=SUB
     - groupC=SUB
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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