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 2020/06/08 06:42:55 UTC

[GitHub] [rocketmq] andyhewenhui opened a new issue #2074: Added aclEnable=true, broker failed to start

andyhewenhui opened a new issue #2074:
URL: https://github.com/apache/rocketmq/issues/2074


   Broker(master) cannot start, startup log stops in : 
   2020-06-08 14:37:03 WARN main - Load default transaction message hook service: TransactionalMessageServiceImpl
   2020-06-08 14:37:03 WARN main - Load default discard message hook service: DefaultTransactionalMessageCheckListener
   2020-06-08 14:37:03 INFO main - Broker plain acl conf data is : 
   
   plain_acl.yml config xml: 
   
   globalWhiteRemoteAddresses:
   - 10.0.10.66
   - 10.0.10.64
   
   accounts:
   - accessKey: RocketMQ
     secretKey: 12345678
     whiteRemoteAddress: 10.0.10.66
     admin: false
     defaultTopicPerm: SUB|PUB
     defaultGroupPerm: SUB
     topicPerms:
     - topicA=DENY
     - topicB=PUB|SUB
     - topicC=SUB
     groupPerms:
     # the group should convert to retry topic
     - groupA=DENY
     - groupB=PUB|SUB
     - groupC=SUB
   
   - accessKey: admin
     secretKey: admin12345678
     whiteRemoteAddress: 10.0.10.66
     # if it is admin, it could access all resources
     admin: true
   
   


----------------------------------------------------------------
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



[GitHub] [rocketmq] andyhewenhui commented on issue #2074: Added aclEnable=true, broker failed to start

Posted by GitBox <gi...@apache.org>.
andyhewenhui commented on issue #2074:
URL: https://github.com/apache/rocketmq/issues/2074#issuecomment-640403502


   fixed


----------------------------------------------------------------
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



[GitHub] [rocketmq] andyhewenhui closed issue #2074: Added aclEnable=true, broker failed to start

Posted by GitBox <gi...@apache.org>.
andyhewenhui closed issue #2074:
URL: https://github.com/apache/rocketmq/issues/2074


   


----------------------------------------------------------------
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