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 2022/08/24 08:49:45 UTC

[GitHub] [rocketmq-operator] jackey20200402 commented on issue #127: 如何开启ACL?

jackey20200402 commented on issue #127:
URL: https://github.com/apache/rocketmq-operator/issues/127#issuecomment-1225404482

   开启ACL后如何修改plain_acl.yml,我尝试通过configMap 但不生效。
   vim rocketmq_v1alpha1_rocketmq_cluster.yaml
   volumes:
       - name: broker-config
         configMap:
           name: broker-config
           items:
             - key: broker-common.conf
               path: broker-common.conf
             - key: plain_acl.yml
               path: plain_acl.yml
   


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org