lizhimins opened a new pull request, #952:
URL: https://github.com/apache/rocketmq-dashboard/pull/952

   ## Summary
   
   - Add `rmq_acl_rule` / `rmq_acl_user` tables (demo seed: 13 rules, 8 users) 
behind a MyBatis-Plus repository, replacing the in-memory ACL store.
   - User secret keys are stored base64-encoded (never plaintext); a new `GET 
/api/acl/users/{id}/credentials` endpoint returns the decoded pair on demand.
   - The ACL user table shows a masked Secret Key column with an eye toggle to 
reveal and copy credentials.
   - Drop the namespace scope option from rule creation.
   - Includes the idempotent `upgrade-demo-acl.sql` migration for existing 
MySQL volumes.
   
   ## Test plan
   
   - [x] Backend tests pass; AclServiceTest moved to Mockito stubs expressing 
repository contracts
   - [x] Frontend ACL page tests pass, build passes
   - [x] Deployed and verified: /api/acl/rules, /api/acl/users, credentials 
endpoint all live


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