Aias00 opened a new pull request, #1451: URL: https://github.com/apache/rocketmq-dashboard/pull/1451
## Summary - add `GET /api/acl/remote/rules?instanceId=...` for provider-backed Apache ACL 2.0 reads - discover selected-instance master Brokers and call `MQAdminExt.listAcl` per Broker - return `APACHE_ACL2` source provenance plus per-Broker successes and failures so unavailable remote data is never represented as an empty local result - keep existing Studio-local ACL CRUD unchanged; this PR has no remote mutation path or ACL 1.0 claim ## Testing - `JAVA_HOME=$( /usr/libexec/java_home -v 21 ) mvn -Dtest=AclControllerTest,ApacheAclReadServiceTest test` Closes #1449 Part of #1312 Depends on #1448 for authenticated ACL-enabled instances. -- 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]
