feat(policy): add credential grant authorization package
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02e47-6aac-7ee1-914d-0584c75d3c81
This commit is contained in:
parent
df54c1b8f5
commit
acbaa4a7c9
12 changed files with 476 additions and 3 deletions
21
examples/railiance-platform/check_request_allow.json
Normal file
21
examples/railiance-platform/check_request_allow.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"id": "check:credential-grant-allow-http-shape",
|
||||
"tenant": "tenant:platform",
|
||||
"subject": {
|
||||
"id": "agent:codex/railiance-platform",
|
||||
"type": "Agent"
|
||||
},
|
||||
"action": "issue",
|
||||
"resource": {
|
||||
"id": "credential-grant:rapp-postgres/audit-core-runtime",
|
||||
"type": "credential-grant",
|
||||
"system": "railiance-platform"
|
||||
},
|
||||
"context": {
|
||||
"actor_type": "approved-agent",
|
||||
"bound_subject": "agent:codex/railiance-platform",
|
||||
"purpose": "audit-core-runtime",
|
||||
"delivery_mode": "exec-env",
|
||||
"requested_ttl_seconds": 900
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue