Aias00 opened a new pull request, #1427: URL: https://github.com/apache/rocketmq-dashboard/pull/1427
## Summary Introduces the first contract for #1312: `GET /api/acl/capabilities?instanceId=...` resolves the selected instance and reports that current ACL records are `STUDIO_LOCAL`, with remote reads and writes explicitly unavailable. This is intentionally contract-only. It does not change existing local ACL CRUD or claim that a cluster ACL policy has been applied. Follow-up PRs can add Apache provider-backed reads and guarded mutations behind this contract. ## Validation - `JAVA_HOME=$( /usr/libexec/java_home -v 21 ) mvn -Dtest=AclServiceTest,AclControllerTest test` Closes #1426 Part of #1312 -- 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]
