terraform-vault-tenant/policies/tenant-admins.policy.hcl
Bertrand Lanson 3597adb2fb
All checks were successful
development / Check commit compliance (push) Successful in 5s
pull-requests-open / Check commit compliance (pull_request) Successful in 5s
feat: add default admin policy
2024-05-25 12:59:54 +02:00

8 lines
238 B
HCL

path "{{identity.entity.metadata.prefix}}/*" {
capabilities = ["create", "update", "read", "delete", "list"]
}
path "sys/mounts/{{identity.entity.metadata.prefix}}/*" {
capabilities = ["create", "update", "read", "delete", "list"]
}