9cbac6d3ef
- update makefile to enable kubernetes auth or roleid auth - add plan workflow - update all policies to allow the terraform-vault kubernetes role
17 lines
272 B
YAML
17 lines
272 B
YAML
# Allow access to configure consul secret backend
|
|
---
|
|
rules:
|
|
- path: "consul_root/au/syd1/config/*"
|
|
capabilities:
|
|
- create
|
|
- update
|
|
- delete
|
|
- read
|
|
- list
|
|
|
|
auth:
|
|
approle:
|
|
- tf_vault
|
|
k8s/au/syd1:
|
|
- woodpecker_terraform_vault
|