apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
314 stars 127 forks source link

How to open acl support? #127

Closed jackey20200402 closed 1 year ago

jackey20200402 commented 2 years ago

The issue tracker is ONLY used for the bug report(feature request need to follow RIP process). Keep in mind, please check whether there is an existing same report before you raise a new one.

Alternately (especially if your communication is not a bug report), you can send mail to our mailing lists. We welcome any friendly suggestions, bug fixes, collaboration and other improvements.

Please ensure that your bug report is clear and that it is complete. Otherwise, we may be unable to understand it or to reproduce it, either of which would prevent us from fixing the bug. We strongly recommend the report(bug report or feature request) could include some hints as the following:

BUG REPORT

  1. Please describe the issue you observed:
  1. Please tell us about your environment:

  2. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):

FEATURE REQUEST

  1. Please describe the feature you are requesting.

  2. Provide any additional detail on your proposed use case for this feature.

  3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?

  4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:

caigy commented 2 years ago

You may try the following command or define it in configMap broker-config.

sh mqadmin updateBrokerConfig -c {YOUR_CLUSTER_NAME} -k aclEnable -v true
jackey20200402 commented 2 years ago

开启ACL后如何修改plain_acl.yml,我尝试通过configMap 但不生效。 vim rocketmq_v1alpha1_rocketmq_cluster.yaml volumes:

zongtanghu commented 2 years ago

You can tell us the detailed steps for reappering the cases, maybe it can help us to find the cause! @jackey20200402

chixianliangGithub commented 1 year ago

how to custiom plain_acl.yml content? image

zhengbucuo commented 11 months ago

how volumeMounts configmap

drivebyer commented 10 months ago

We need support custom volumemount in broker.