- add approle for terraform, tf_vault - add policices to manage terraform access to vault - add policices for default access to vault from ldap users
8 lines
146 B
HCL
8 lines
146 B
HCL
path "auth/token/create" {
|
|
capabilities = ["create", "read", "update", "list"]
|
|
}
|
|
|
|
path "auth/token/*" {
|
|
capabilities = ["create", "update"]
|
|
}
|