Merge pull request 'feat: add woodpecker secrets' (#57) from benvin/woodpecker into master
Reviewed-on: #57
This commit was merged in pull request #57.
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
bound_service_account_names:
|
||||||
|
- default
|
||||||
|
bound_service_account_namespaces:
|
||||||
|
- woodpecker
|
||||||
|
token_ttl: 600
|
||||||
|
audience: vault
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user