Aias00 opened a new issue, #1300:
URL: https://github.com/apache/rocketmq-dashboard/issues/1300

   ## Problem
   
   Data-source create, update, and delete operations change the control-plane 
metrics configuration but currently bypass `OperationAuditService`. Operators 
cannot trace who changed a Prometheus-compatible data source.
   
   ## Expected behavior
   
   Record successful data-source create, update, and delete operations in the 
existing operation-audit table. Audit details must contain only non-sensitive 
identifiers and metadata; credentials, bearer tokens, and passwords must never 
be recorded.
   
   ## Scope
   
   - Reuse the existing `OperationAuditService` from `SettingsService`.
   - Cover create, update, delete success paths with unit tests.
   - Keep existing persistence and API contracts unchanged.


-- 
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]

Reply via email to