Exchange per-replica token cache #18
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lab/authz-bridge#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
#11 — Spec: The flow-serving bridge (gRPC ext_authz Check + OIDC/Exchange flows + callback/logout listener)
What to build
The Exchange Flow's per-replica token cache: repeated machine requests with the same subject token don't hammer the IdP token endpoint — the exchanged token is cached per-replica for its lifetime.
Acceptance criteria
(subject_token, scopes, audience).Checks result in the token-endpoint double being hit only once (a cache hit).Blocked by