Files
qdrant/src
Andrey Vasnetsov 6f2e19a43a Skip audit logging for telemetry endpoints (#8571)
* 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>
2026-03-31 22:29:18 +02:00
..
2025-11-13 16:21:50 +01:00
2026-03-18 22:36:10 +01:00
2025-02-25 11:21:25 +01:00
2026-02-19 23:16:08 +01:00
2025-09-29 12:47:10 +00:00
2026-03-20 12:07:37 +01:00