Refuse explicit policy authentication and binding denials before side effects
Assistant: codex Assistant-Model: gpt-5.6-luna Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
11e5e8be0f
commit
31d9b6671c
5 changed files with 151 additions and 0 deletions
|
|
@ -134,6 +134,11 @@ truth.
|
|||
|
||||
## Caller identity
|
||||
|
||||
An HTTP 401 or 403 from the policy service refuses the operation under every
|
||||
outage profile. It is an explicit caller-authentication or system-binding refusal,
|
||||
not evaluator unavailability. Resolve the admitted caller and resource contract;
|
||||
do not retry with a different resource owner or disable caller enforcement.
|
||||
|
||||
The production flex-auth pin authenticates ops-warden with Kubernetes
|
||||
TokenReview and binds `resource.system: ops-warden` to
|
||||
`system:serviceaccount:ops-warden:ops-warden`. Supported token sources are:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue