36d7afbb65
ci/woodpecker/push/apply Pipeline was successful
Add Kubernetes auth roles, AppRole configs, Consul secret backend roles, Consul ACL policies, and Vault kv read policies for terraform-sonarr, terraform-radarr, and terraform-prowlarr. Reviewed-on: #79 Co-authored-by: Ben Vincent <ben@unkin.net> Co-committed-by: Ben Vincent <ben@unkin.net>
14 lines
232 B
YAML
14 lines
232 B
YAML
# Allow reading Sonarr configuration
|
|
---
|
|
rules:
|
|
- path: "kv/data/service/media-apps/sonarr"
|
|
capabilities:
|
|
- read
|
|
|
|
auth:
|
|
approle:
|
|
- terraform_sonarr
|
|
k8s/au/syd1:
|
|
- media-apps
|
|
- woodpecker_terraform_sonarr
|