Skip to content

Commit c496426

Browse files
committed
comment acl related config
1 parent ab9f216 commit c496426

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

example/rocketmq_v1alpha1_rocketmq_cluster.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ data:
2929
flushDiskType=ASYNC_FLUSH
3030
# set brokerRole to ASYNC_MASTER or SYNC_MASTER. DO NOT set to SLAVE because the replica instance will automatically be set!!!
3131
brokerRole=ASYNC_MASTER
32-
plain_acl.yml: |
33-
globalWhiteRemoteAddresses:
34-
accounts:
35-
- accessKey: RocketMQ
36-
secretKey: 12345678
37-
whiteRemoteAddress:
38-
admin: false
39-
defaultTopicPerm: DENY
40-
defaultGroupPerm: SUB
41-
topicPerms:
42-
- TopicTest=PUB
43-
groupPerms:
44-
# the group should convert to retry topic
45-
- oms_consumer_group=DENY
32+
# plain_acl.yml: |
33+
# globalWhiteRemoteAddresses:
34+
# accounts:
35+
# - accessKey: RocketMQ
36+
# secretKey: 12345678
37+
# whiteRemoteAddress:
38+
# admin: false
39+
# defaultTopicPerm: DENY
40+
# defaultGroupPerm: SUB
41+
# topicPerms:
42+
# - TopicTest=PUB
43+
# groupPerms:
44+
# # the group should convert to retry topic
45+
# - oms_consumer_group=DENY
4646
---
4747
apiVersion: rocketmq.apache.org/v1alpha1
4848
kind: Broker
@@ -92,12 +92,12 @@ spec:
9292
items:
9393
- key: broker-common.conf
9494
path: broker-common.conf
95-
- key: plain_acl.yml
96-
path: plain_acl.yml
97-
volumeMounts:
98-
- name: broker-config
99-
subPath: plain_acl.yml
100-
mountPath: /root/rocketmq/broker/conf/plain_acl.yml
95+
# - key: plain_acl.yml
96+
# path: plain_acl.yml
97+
# volumeMounts:
98+
# - name: broker-config
99+
# subPath: plain_acl.yml
100+
# mountPath: /root/rocketmq/broker/conf/plain_acl.yml
101101
# volumeClaimTemplates defines the storageClass
102102
volumeClaimTemplates:
103103
- metadata:

0 commit comments

Comments
 (0)