RockteMQ-AI commented on issue #10496: URL: https://github.com/apache/rocketmq/issues/10496#issuecomment-4709866385
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** Verified against the current codebase. The `distribution/release.xml` includes `conf/**` in the assembly, but `distribution/conf/` contains no `plain_acl.yml`. The only ACL YAML files in the repository are test resources (`client/src/test/resources/acl_hook/plain_acl.yml` and `client/src/test/resources/conf/plain_acl_incomplete.yml`). **Root Cause:** No `plain_acl.yml` template is placed under `distribution/conf/` or included via `<files>` in the assembly descriptor. Users enabling ACL after installing from the binary distribution have no reference configuration file. **Impact:** All users deploying from binary distribution who need ACL authentication. **Severity:** Medium — functionality works if users create the file manually, but the missing template causes confusion. A fix should add a `plain_acl.yml` template to `distribution/conf/` and ensure it is included in the assembly. --- *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]
