summaryrefslogtreecommitdiffstats
path: root/internal/storage/events_test.go
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-15 10:31:06 -0800
committerbndw <ben@bdw.to>2026-02-15 10:31:06 -0800
commitf658ef072394ff9fd28244ad475859c210e8ec16 (patch)
treecc08f5f3e09a1a75dd307a1439f53c5e6a27d0ac /internal/storage/events_test.go
parent57bc300fe26812aad568c8119f04d92e94c9ab14 (diff)
feat: track authorized (authenticated + successful) requests
Add 'authorized' status for requests that complete successfully after authentication. This complements the existing 'unauthenticated' (pre-auth) status tracking. Now the dashboard shows: - Authorized: Authenticated requests that succeeded - Unauthorized: Authenticated requests rejected (not in allowlist) - Pre-Auth: Requests sent before authentication This gives full visibility into the auth flow: 1. Challenges: How many clients authenticated 2. Authorized: How many authenticated requests succeeded 3. Unauthorized: How many were rejected despite valid auth 4. Pre-Auth: How many tried before authenticating Updated metrics: - requests_total{status="authorized"} - authenticated successes - requests_total{status="ok"} - unauthenticated successes (when no auth)
Diffstat (limited to 'internal/storage/events_test.go')
0 files changed, 0 insertions, 0 deletions