mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-05 17:40:55 -05:00
* Add optional `api` field to audit log events Add a new `api` field to audit log entries that records the API method path (REST path or gRPC method name). Controlled by the `log_api` audit config option. For denied auth requests, `api` is always logged and `method` is omitted since there is no internal operation name available. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Fix formatting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * deconstruct * fix: test edge case --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Daniel Boros <dancixx@gmail.com>