Aias00 opened a new pull request, #1301:
URL: https://github.com/apache/rocketmq-dashboard/pull/1301
## What is the purpose of the change
Prometheus data-source mutations changed Studio control-plane configuration
without an operation-audit record.
Closes #1300
## Brief changelog
- Audit successful data-source create, update, and delete operations.
- Store the data-source key, name, and type only.
- Do not include URLs, authentication values, passwords, or bearer tokens in
audit details.
## Verifying this change
```bash
cd server
JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" \
mvn -q -Dtest=SettingsServiceTest 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]