提交 7a48d370 编写于 作者: H huzongtang

[ISSUE#403] add the conf/plain_acl.yml file for acl_feature.

上级 1594dc9e
...@@ -13,22 +13,28 @@ ...@@ -13,22 +13,28 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
onlyNetAddress: globalWhiteRemoteAddresses:
remoteAddr: 192.168.0.*
noPermitPullTopic:
- broker-a
list: accounts:
- accessKey: RocketMQ - accessKey: RocketMQ
signature: 1234567 secretKey: 12345678
remoteAddr: 192.168.0.* whiteRemoteAddress:
permitSendTopic: admin: false
- TopicTest defaultTopicPerm: DENY
- test2 defaultGroupPerm: SUB
- accessKey: RocketMQ topicPerms:
signature: 1234567 - topicA=DENY
remoteAddr: 192.168.2.1 - topicB=PUB|SUB
permitSendTopic: - topicC=SUB
- test3 groupPerms:
- test4 # the group should convert to retry topic
- groupA=DENY
- groupB=PUB|SUB
- groupC=SUB
- accessKey: aliyun.com
secretKey: 12345678
whiteRemoteAddress: 192.168.1.*
# if it is admin, it could access all resources
admin: true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册