caigy commented on code in PR #231: URL: https://github.com/apache/rocketmq-operator/pull/231#discussion_r1899054680
########## example/rocketmq_v1alpha1_broker_cr.yaml: ########## @@ -28,6 +28,39 @@ data: brokerRole=ASYNC_MASTER --- +apiVersion: v1 +kind: ConfigMap +metadata: + name: broker-acl-config +data: + plain_acl.yml: | + globalWhiteRemoteAddresses: + - 10.10.103.* + - 192.168.0.* + + accounts: + - accessKey: RocketMQ + secretKey: 123456789 Review Comment: Is any more secure ways to store `secretKey`? Exposing it in confimap may not be a secure practice, but currently I couldn't find an appropriate way. -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org