Aias00 opened a new pull request, #1307:
URL: https://github.com/apache/rocketmq-dashboard/pull/1307
## What is the purpose of the change
ACL rule and user writes were missing from Studio operation audit records.
Closes #1306
## Brief changelog
- Audit successful ACL rule and user create, update, and delete operations.
- Keep audit metadata to resource identifiers, principals, usernames, and
admin flags.
- Do not include policy bodies, access keys, or secret keys.
## Verifying this change
```bash
cd server
JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" \
mvn -q -Dtest=AclServiceTest test
```
--
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]