15 lines
467 B
HCL
15 lines
467 B
HCL
# Managed by vault-core. The database runner may reconcile only the named
|
|
# PostgreSQL connection and dynamic roles owned by the vault-database state.
|
|
|
|
path "database/config/platform-postgres-dev" {
|
|
capabilities = ["create", "read", "update", "delete"]
|
|
}
|
|
|
|
path "database/roles/auth-db-migration-dev" {
|
|
capabilities = ["create", "read", "update", "delete"]
|
|
}
|
|
|
|
path "database/roles/postgres-operator-dev" {
|
|
capabilities = ["create", "read", "update", "delete"]
|
|
}
|