RockteMQ-AI commented on issue #10496: URL: https://github.com/apache/rocketmq/issues/10496#issuecomment-4704440857
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** Verified against the current codebase. The `distribution/release.xml` assembly descriptor includes `conf/**` from the distribution module, but `distribution/conf/` does not contain `plain_acl.yml`. The file only exists as a test resource (`client/src/test/resources/acl_hook/plain_acl.yml`). Users who download the official binary release and enable ACL will encounter `AclException: No acl plain_acl.yml config file` because the expected configuration template is absent from the distribution package. **Root Cause:** `plain_acl.yml` was never added to `distribution/conf/` or referenced in `distribution/release.xml`. **Impact:** All users deploying ACL with the official binary distribution. **Severity:** high — blocks ACL setup without manual file creation. An automated fix proposal will be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by github-manager-bot* -- 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]
