feat: add woodpecker secrets

- add secrets required to integrate woodpecker into gitea/pgsql
This commit is contained in:
Ben Vincent 2026-02-22 19:15:48 +11:00
parent 18a62332f6
commit dd44146d88
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,6 @@
bound_service_account_names:
- default
bound_service_account_namespaces:
- woodpecker
token_ttl: 600
audience: vault

View File

@ -0,0 +1,10 @@
# Allow reading woodpecker/database integration details
---
rules:
- path: "kv/data/service/woodpecker/woodpecker-database-config"
capabilities:
- read
auth:
k8s/au/syd1:
- woodpecker

View File

@ -0,0 +1,10 @@
# Allow reading woodpecker/gitea integration details
---
rules:
- path: "kv/data/service/woodpecker/woodpecker-gitea"
capabilities:
- read
auth:
k8s/au/syd1:
- woodpecker

View File

@ -0,0 +1,10 @@
# Allow reading woodpecker/postgres integration details
---
rules:
- path: "kv/data/service/woodpecker/woodpecker-postgres-credentials"
capabilities:
- read
auth:
k8s/au/syd1:
- woodpecker