railiance-platform/openbao/policies/external-secrets-core-hub-database.hcl

20 lines
497 B
HCL
Raw Normal View History

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