feat: add woodpecker secrets
- add secrets required to integrate woodpecker into gitea/pgsql
This commit is contained in:
@@ -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