# Licensed to the Apache Software Foundation (ASF) under one or more# contributor license agreements. See the NOTICE file distributed with# this work for additional information regarding copyright ownership.# The ASF licenses this file to You under the Apache License, Version 2.0# (the "License"); you may not use this file except in compliance with# the License. You may obtain a copy of the License at## http://www.apache.org/licenses/LICENSE-2.0## Unless required by applicable law or agreed to in writing, software# distributed under the License is distributed on an "AS IS" BASIS,# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.# See the License for the specific language governing permissions and# limitations under the License.globalWhiteRemoteAddresses:
# - 47.100.93.*# - 156.254.120.*accounts:
# 非管理员-accessKey:RocketMQ
secretKey:Cjy050119
whiteRemoteAddress:
admin:falsedefaultTopicPerm:DENY
defaultGroupPerm:SUB
topicPerms:
-topicA=DENY
-topicB=PUB|SUB
-topicC=SUB
groupPerms:
# the group should convert to retry topic-groupA=DENY
-groupB=PUB|SUB
-groupC=SUB
# 管理员-accessKey:admin123456
secretKey:Cjy123456
whiteRemoteAddress:# if it is admin, it could access all resourcesadmin:true
# This file supports hot change, any change will be auto-reloaded without Console restarting.# Format: a user per line, username=password[,N] #N is optional, 0 (Normal User); 1 (Admin)# Define Admin# =============用户名和密码规则「用户名=密码,权限」,这里的权限为1表示管理员>,为0表示普通用户=============# 例如:admin=admin123,1admin=123456,1
# Define Users# =============屏蔽下边两个账户=============#user1=user1#user2=user2