railiance-platform/openbao/policies/external-secrets-core-hub-database.hcl
codex bb7cfcb184
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
feat: add hub-core database lease projections
2026-08-21 17:30:44 +02:00

19 lines
497 B
HCL

# Exact-scope parent policy for the renewable ESO token that projects Core Hub
# PostgreSQL leases. Static API-token custody uses the separate
# workload-kv-read-core-hub-runtime policy and Kubernetes-auth store.
path "database/creds/core-hub-runtime" {
capabilities = ["read"]
}
path "database/creds/core-hub-migration" {
capabilities = ["read"]
}
path "database/creds/hub-core-runtime" {
capabilities = ["read"]
}
path "database/creds/hub-core-migration" {
capabilities = ["read"]
}