night2049 opened a new issue #50:
URL: https://github.com/apache/rocketmq-dashboard/issues/50


   runtime: docker
   
   run shell:
     rocketmqdashboard:
       image: apacherocketmq/rocketmq-dashboard:1.0.0
       container_name: rmq-dashboard
       deploy:
         resources:
           limits:
             memory: 512M
       restart: always
       links:
         - rmqnameserver
       environment:
         - JAVA_OPTS=-Drocketmq.namesrv.addr=rmqnameserver:9876
         - "rocketmq.config.loginRequired=true"
         - "rocketmq.config.dataPath=/tmp/rocketmq-console/data"
       volumes:
         - ./env/rmq.properties:/tmp/rocketmq-console/data/users.properties
         - 
./env/role-permission.yml:/tmp/rocketmq-console/data/role-permission.yml
       ports:
         - "9875:9875"
   
   **BUG REPORT**
   users.properties file add Normal User
   web login this Normal User,tips no permission
   
   
![image](https://user-images.githubusercontent.com/69810127/145555755-6b68d050-f856-42e3-89c1-5d8a7608d550.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to