Services (static) + ReferenceGrant (controller-managed) #20
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lab/authz-bridge#20
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 in-cluster wiring that lets Apps (in many namespaces) route to the Bridge: the three fixed Services (fronting
:8082/:8083/:8084inauthz-bridge-system) as static config, plus a controller-managedReferenceGrantthat authorizes each App's namespace to reference the Bridge's Services, updated as Routes change.Acceptance criteria
:8082/:8083/:8084) inauthz-bridge-systemare static config in the install bundle.HTTPRoute/GRPCRoutes across namespaces and owns aReferenceGrantgranting each Route's namespace permission to reference the Bridge's Services inauthz-bridge-system.ReferenceGrantis updated as Routes appear/disappear.Blocked by