SummCoder opened a new pull request, #10497: URL: https://github.com/apache/rocketmq/pull/10497
<!-- Please make sure the target branch is right. In most case, the target branch should be `develop`. --> ### Which Issue(s) This PR Fixes <!-- Please ensure that the related issue has already been created, and [link this pull request to that issue using keywords](<https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword>) to ensure automatic closure. --> - Fixes #10496 ### Brief Description The official ACL documentation references "distribution/conf/plain_acl.yml" but the file was not included in the binary release. This PR adds a sample template so users have a working starting point for ACL configuration. The default account matches conf/tools.yml for out-of-the-box mqadmin usage. ### How Did You Test This Change? 1. Built distribution with "mvn -Prelease-all -DskipTests clean install -U" and confirmed plain_acl.yml is included in the resulting tar.gz. 2. Extracted the distribution, enabled ACL on a fresh broker instance. 3. Verified mqadmin commands work with default tools.yml credentials. 4. Verified ACL correctly allows the rocketmq2 user and rejects unknown users. -- 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]
