feat(authz): bind decisions to exact actions
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02e47-6aac-7ee1-914d-0584c75d3c81
This commit is contained in:
parent
7323dd1a60
commit
c473f1971d
28 changed files with 644 additions and 12 deletions
9
SCOPE.md
9
SCOPE.md
|
|
@ -83,6 +83,15 @@ fixtures), and the delegated PDP/directory adapter shapes (`FLEX-WP-0004`,
|
|||
Topaz/OpenFGA/OPA/Cedar/Keycloak/Entra tradeoffs documented with at least one
|
||||
controlled adapter shape) all landed in May 2026.
|
||||
|
||||
Standalone decisions include a structured `binding` containing the normalized
|
||||
subject, action, resource, context, and a full request digest. This makes the
|
||||
execute-time decision contract inspectable without parsing reason or diagnostic
|
||||
prose. Durable human approval lifecycle, supersession, and authenticated
|
||||
multi-approver evidence remain State Hub responsibilities; the proposed
|
||||
cross-system object is documented in
|
||||
`schemas/action_authorization.schema.json` and is not yet a deployed State Hub
|
||||
endpoint.
|
||||
|
||||
The **first shipped protected-system consumer is ops-warden**: its opt-in
|
||||
pre-sign gate calls `POST /v1/check` for `resource.type: ssh-certificate`,
|
||||
`action: sign` decisions (`examples/ops-warden/`, policy package, allow/deny
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue