terraform-vault-tenant/policies/tenant-admins.policy.hcl
Bertrand Lanson 61481d808d
All checks were successful
development / Check commit compliance (push) Successful in 5s
pull-requests-open / Check commit compliance (pull_request) Successful in 5s
fix: wrong permissions on token policy for tenant admin
2024-05-25 18:05:49 +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"]
}