19 lines
497 B
HCL
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"]
|
|
}
|