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
275 B
YAML
17 lines
275 B
YAML
# Allow administration of Kubernetes secret backend config
|
|
---
|
|
rules:
|
|
- path: "kubernetes/au/+/config"
|
|
capabilities:
|
|
- create
|
|
- update
|
|
- read
|
|
- delete
|
|
- list
|
|
|
|
auth:
|
|
approle:
|
|
- tf_vault
|
|
k8s/au/syd1:
|
|
- woodpecker_terraform_vault
|