- add consul role/policy/acls to allow terraform-ldap state management - add approle to generate tokens for consul
11 lines
195 B
YAML
11 lines
195 B
YAML
# generate credentials for the terraform-ldap role in consul
|
|
---
|
|
rules:
|
|
- path: "consul_root/au/syd1/creds/terraform-ldap"
|
|
capabilities:
|
|
- read
|
|
|
|
auth:
|
|
approle:
|
|
- terraform_ldap
|