9cbac6d3ef
- update makefile to enable kubernetes auth or roleid auth - add plan workflow - update all policies to allow the terraform-vault kubernetes role
19 lines
328 B
YAML
19 lines
328 B
YAML
# Allow tokens to query themselves
|
|
---
|
|
rules:
|
|
- path: "auth/token/lookup-self"
|
|
capabilities:
|
|
- read
|
|
- path: "auth/token/renew-self"
|
|
capabilities:
|
|
- update
|
|
- path: "auth/token/revoke-self"
|
|
capabilities:
|
|
- update
|
|
|
|
auth:
|
|
approle:
|
|
- tf_vault
|
|
k8s/au/syd1:
|
|
- woodpecker_terraform_vault
|