- add approle for terraform, tf_vault - add policices to manage terraform access to vault - add policices for default access to vault from ldap users
5 lines
80 B
HCL
5 lines
80 B
HCL
# Allow renewing tokens
|
|
path "auth/token/renew" {
|
|
capabilities = ["update"]
|
|
}
|