Align policy simulation auth passthrough at the frontdoor
This commit is contained in:
@@ -301,7 +301,8 @@ Request ─►│ ForwardedHeaders │
|
||||
- Per-request tenant override is disabled by default and only works when explicitly enabled with `Gateway:Auth:EnableTenantOverride=true` and the requested tenant exists in `stellaops:allowed_tenants`.
|
||||
- Authorization/DPoP passthrough is fail-closed:
|
||||
- route must be configured with `PreserveAuthHeaders=true`, and
|
||||
- route prefix must also be in the approved passthrough allow-list (`/connect`, `/console`, `/authority`, `/doctor`, `/api`).
|
||||
- route prefix must also be in the approved passthrough allow-list configured under `Gateway:Auth:ApprovedAuthPassthroughPrefixes`.
|
||||
- local frontdoor configs approve `/connect`, `/console`, `/authority`, `/doctor`, `/api`, `/policy/shadow`, and `/policy/simulations` so live policy compatibility endpoints can preserve DPoP/JWT passthrough without broadening unrelated routes.
|
||||
- Tenant override attempts are logged with deterministic fields including route, actor, requested tenant, and resolved tenant.
|
||||
|
||||
### Connection State
|
||||
|
||||
Reference in New Issue
Block a user