9cbac6d3ef
- update makefile to enable kubernetes auth or roleid auth - add plan workflow - update all policies to allow the terraform-vault kubernetes role
21 lines
345 B
YAML
21 lines
345 B
YAML
# Allow management of keys (create, update, delete, list, and read)
|
|
---
|
|
rules:
|
|
- path: "transit/keys/*"
|
|
capabilities:
|
|
- create
|
|
- update
|
|
- delete
|
|
- read
|
|
- list
|
|
- path: "transit/keys"
|
|
capabilities:
|
|
- read
|
|
- list
|
|
|
|
auth:
|
|
approle:
|
|
- tf_vault
|
|
k8s/au/syd1:
|
|
- woodpecker_terraform_vault
|