venkatapgummadi commented on issue #12640:
URL: https://github.com/apache/apisix/issues/12640#issuecomment-4762152957

   Hi maintainers — I'm interested in contributing a scoped v1 for Admin API 
audit logging.
   
   **Proposal**
   - Optional `admin_audit_logs` config in `config.yaml`
   - Record Admin API write operations (POST/PUT/DELETE) as structured JSON
   - Fields: timestamp, actor (from configurable request header), resource 
type/id, HTTP method, result
   - Phase 1 output: file and/or reuse of an existing logger plugin
   - Phase 2 (separate PR): dashboard viewer and export
   
   **Questions**
   1. Is hooking into the Admin API layer in `apisix/admin/` the preferred 
integration point?
   2. Is a configurable `actor_header` acceptable for operator identity?
   3. Should v1 exclude Dashboard UI to keep the initial PR focused?
   
   Happy to share a short design note before opening the PR.


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