terraform-vault-tenant/policies/tenant-admins.policy.hcl
Bertrand Lanson 9a4f2837a0
All checks were successful
development / Check commit compliance (push) Successful in 5s
pull-requests-open / Check commit compliance (pull_request) Successful in 5s
fix: do not allow any token creation for now, will have to avoid child tokens in tf provider config
2024-05-25 18:39:53 +02:00

8 lines
200 B
HCL

path "${tenant_prefix}/*" {
capabilities = ["create", "update", "read", "delete", "list"]
}
path "sys/mounts/${tenant_prefix}/*" {
capabilities = ["create", "update", "read", "delete", "list"]
}