RockteMQ-AI commented on issue #10498: URL: https://github.com/apache/rocketmq/issues/10498#issuecomment-4711384111
**Issue Evaluation** Category: `type/documentation` | Status: **Evaluated** The ACL documentation is indeed incomplete for RocketMQ 5.x. The current docs only mention `aclEnable=true`, but 5.x requires additional properties (`authenticationEnabled`, `authorizationEnabled`, `migrateAuthFromV1Enabled`, and the metadata provider classes). The source code references (`AbstractAuthenticationStrategy.java:54`, `AbstractAuthorizationStrategy.java:54`, `AuthMigrator.java:72`) confirm these are required. **Feasibility:** Straightforward documentation update. **Scope:** docs module (both English and Chinese ACL docs) **Action needed:** Update both `docs/en/acl.md` and `docs/cn/acl.md` (or equivalent paths) to include the full 5.x configuration property list. --- *Automated evaluation by RockteMQ-AI* -- 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]
