-
Notifications
You must be signed in to change notification settings - Fork 2
Add token cache stats/admin endpoint and documentation #7
Copy link
Copy link
Open
Labels
area/cacheToken exchange cache behaviorToken exchange cache behaviorarea/observabilityTracing, metrics, admin/debug surfacesTracing, metrics, admin/debug surfacesenhancementNew feature or requestNew feature or requestpriority/mediumValuable but not blocking the nearest releaseValuable but not blocking the nearest releasestatus/blockedDepends on another issue landing firstDepends on another issue landing first
Milestone
Description
Metadata
Metadata
Assignees
Labels
area/cacheToken exchange cache behaviorToken exchange cache behaviorarea/observabilityTracing, metrics, admin/debug surfacesTracing, metrics, admin/debug surfacesenhancementNew feature or requestNew feature or requestpriority/mediumValuable but not blocking the nearest releaseValuable but not blocking the nearest releasestatus/blockedDepends on another issue landing firstDepends on another issue landing first
Projects
StatusShow more project fields
Hello
Scope
Expose runtime cache visibility so operators can see whether caching is helping and whether entries are being evicted or skipped.
Acceptance Conditions
GET /cache/statsreturning JSON:POST /cache/flushguarded by config, disabled by default.docs/configuration.mddocuments cache behavior, safe defaults, and operational tradeoffs.Implementation Approach
cmd/ext-authz-token-exchange-servicealongside the existing gRPC server.