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:
[email protected]


With regards,
Apache Git Services

Reply via email to