terraform-vault/policies/auth/ldap/ldap_admin.hcl
Ben Vincent f78416361b feat: manage terraform access to vault
- add approle for terraform, tf_vault
- add policices to manage terraform access to vault
- add policices for default access to vault from ldap users
2024-09-26 22:59:40 +10:00

4 lines
87 B
HCL

path "auth/ldap/*" {
capabilities = ["create", "update", "read", "delete", "list"]
}