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
23
examples/railiance-platform/subject_manifest.yaml
Normal file
23
examples/railiance-platform/subject_manifest.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
id: subjects:railiance-platform
|
||||
tenants:
|
||||
- id: tenant:platform
|
||||
name: Platform Tenant
|
||||
subjects:
|
||||
- id: operator:platform
|
||||
type: Human
|
||||
display_name: Platform Operator
|
||||
organization_relation: ServiceProvider
|
||||
roles: [Operator]
|
||||
tenant: tenant:platform
|
||||
- id: agent:codex/railiance-platform
|
||||
type: Agent
|
||||
display_name: Railiance Platform Agent
|
||||
organization_relation: ServiceProvider
|
||||
roles: [Operator]
|
||||
tenant: tenant:platform
|
||||
- id: ci:railiance-platform
|
||||
type: Automation
|
||||
display_name: Railiance Platform CI
|
||||
organization_relation: ServiceProvider
|
||||
roles: [Operator]
|
||||
tenant: tenant:platform
|
||||
Loading…
Add table
Add a link
Reference in a new issue