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:
francis lee
2020-11-19 10:59:03 +08:00
committed by GitHub
parent 4a67745bc6
commit 81e1292346
6 changed files with 93 additions and 20 deletions

View File

@@ -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=