feat(openbao): agent-harness forgejo deploy-key read policy
Add workload-kv-read-agent-harness-forgejo and document the harness deploy-key + mail AppRole lanes provisioned on railiance01.
This commit is contained in:
parent
183647c33a
commit
d4c95f78ff
2 changed files with 51 additions and 0 deletions
11
openbao/policies/workload-kv-read-agent-harness-forgejo.hcl
Normal file
11
openbao/policies/workload-kv-read-agent-harness-forgejo.hcl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Least-privilege read policy for agent-harness Forgejo deploy key.
|
||||
# Private key is held on the worker host; OpenBao holds a recovery/copy.
|
||||
# Exact path only — no list on parent, no sibling workload paths.
|
||||
|
||||
path "platform/data/workloads/agent-harness/forgejo-deploy-key" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
||||
path "platform/metadata/workloads/agent-harness/forgejo-deploy-key" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue