RockteMQ-AI commented on issue #1640: URL: https://github.com/apache/rocketmq-dashboard/issues/1640#issuecomment-5250087381
**Issue Evaluation** Category: `type/enhancement` | Status: **Evaluated** `AclService#createAndUpdatePlainAccessConfig` is the only ACL write path missing audit logging. This is a consistency gap — rule and user CRUD operations are audited, but plain-access account creation/updates are not. **Feasibility:** Straightforward — add `OperationAuditService` call to match the pattern used by other ACL write paths. **Scope:** `AclService` ACL write methods. **Compatibility:** No breaking changes; additive audit trail. --- *Automated evaluation by github-manager* -- 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]
