Aias00 opened a new pull request, #931: URL: https://github.com/apache/rocketmq-dashboard/pull/931
## Summary **Track:** Track 1 / AUTH-01 Consolidates and supersedes #841 and #875 into a single authentication and ACL management validation change. - Reject missing login request bodies at the controller boundary and service layer. - Use a create-specific ACL user DTO with username validation. - Keep ACL response models separate from write contracts so generated/masked credentials stay response-only. - Add controller and service regression coverage for invalid requests. ## Verification - JAVA_HOME=/Users/aias/Library/Java/JavaVirtualMachines/openjdk-21.0.2/Contents/Home mvn -Dtest=AuthServiceTest,AuthControllerTest,AclControllerTest test - git diff --check origin/rocketmq-studio...HEAD Closes #840 Closes #874 -- 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]
