mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-02-22 22:05:46 +08:00
Update Rocketmq console 2.0.0 for support acl (#645)
* add accessKey and secretKey config support * fix checkstyle * Optimized code * update acl for send messages * update for check ACL when sending message Co-authored-by: Demogorgon314 <wangkai744567028@gmail.com> Co-authored-by: liwei5 <liwei5@vipkid.com.cn>
This commit is contained in:
@@ -27,4 +27,8 @@ rocketmq.config.msgTrackTopicName=
|
||||
rocketmq.config.ticketKey=ticket
|
||||
|
||||
#Must create userInfo file: ${rocketmq.config.dataPath}/users.properties if the login is required
|
||||
rocketmq.config.loginRequired=false
|
||||
rocketmq.config.loginRequired=false
|
||||
|
||||
#set the accessKey and secretKey if you used acl
|
||||
#rocketmq.config.accessKey=
|
||||
#rocketmq.config.secretKey=
|
||||
Reference in New Issue
Block a user