mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
* Skip audit logging for telemetry endpoints Telemetry access checks (telemetry_memory, telemetry_requests, telemetry_cluster, cluster_telemetry) fire on every metrics scrape and produce very noisy audit logs with no security-relevant signal. Switch all telemetry callers to use `auth.unlogged_access()` to bypass audit logging, consistent with the existing metrics and prepare_data handlers that already did this. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * trigger CI * feat: add some tests --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Daniel Boros <dancixx@gmail.com>