rocketmq-operator icon indicating copy to clipboard operation
rocketmq-operator copied to clipboard

How to open acl support?

Open jackey20200402 opened this issue 3 years ago • 3 comments

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:
  • What did you do (The steps to reproduce)?

  • What did you expect to see?

  • What did you see instead?

  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:

  • sub-task1-issue-number: sub-task1 description here,
  • sub-task2-issue-number: sub-task2 description here,
  • ...

jackey20200402 avatar Aug 18 '22 11:08 jackey20200402

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

sh mqadmin updateBrokerConfig -c {YOUR_CLUSTER_NAME} -k aclEnable -v true

caigy avatar Aug 23 '22 07:08 caigy

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

jackey20200402 avatar Aug 24 '22 08:08 jackey20200402

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

zongtanghu avatar Sep 28 '22 11:09 zongtanghu

how to custiom plain_acl.yml content? image

chixianliangGithub avatar Oct 05 '23 15:10 chixianliangGithub

how volumeMounts configmap

zhengbucuo avatar Oct 30 '23 13:10 zhengbucuo

We need support custom volumemount in broker.

drivebyer avatar Nov 23 '23 02:11 drivebyer