railiance-platform/openbao/policies/external-secrets-core-hub-database.hcl
codex 07ed6217b7
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Advance RPF-WP-0021 platform onboarding
2026-08-20 23:31:47 +02:00

11 lines
355 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"]
}