12 lines
355 B
HCL
12 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"]
|
||
|
|
}
|