feat(openbao): agent-harness forgejo deploy-key read policy
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

Add workload-kv-read-agent-harness-forgejo and document the harness
deploy-key + mail AppRole lanes provisioned on railiance01.
This commit is contained in:
tegwick 2026-07-17 23:57:54 +02:00
parent 183647c33a
commit d4c95f78ff
2 changed files with 51 additions and 0 deletions

View 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"]
}