9cbac6d3ef
- update makefile to enable kubernetes auth or roleid auth - add plan workflow - update all policies to allow the terraform-vault kubernetes role
14 lines
204 B
YAML
14 lines
204 B
YAML
# Allow access to read pki_int issuers
|
|
---
|
|
rules:
|
|
- path: "pki_int/issuer/*"
|
|
capabilities:
|
|
- read
|
|
- list
|
|
|
|
auth:
|
|
approle:
|
|
- tf_vault
|
|
k8s/au/syd1:
|
|
- woodpecker_terraform_vault
|