132e5ea4d9
Allow terraform-git to read webhook URLs stored in kv/data/service/gitea/webhook/* via approle and k8s auth.
12 lines
170 B
YAML
12 lines
170 B
YAML
---
|
|
rules:
|
|
- path: "kv/data/service/gitea/webhook/*"
|
|
capabilities:
|
|
- read
|
|
|
|
auth:
|
|
approle:
|
|
- terraform_git
|
|
k8s/au/syd1:
|
|
- woodpecker_terraform_git
|