b825fdebf7
ci/woodpecker/push/apply Pipeline was successful
Co-authored-by: Ben Vincent <ben@unkin.net> Reviewed-on: #94
17 lines
296 B
YAML
17 lines
296 B
YAML
# Allow the vault deployer to import (register/deregister) plugin in the catalog
|
|
---
|
|
rules:
|
|
- path: "sys/plugins/catalog/*"
|
|
capabilities:
|
|
- create
|
|
- read
|
|
- update
|
|
- delete
|
|
- sudo
|
|
|
|
auth:
|
|
approle:
|
|
- tf_vault
|
|
k8s/au/syd1:
|
|
- woodpecker_terraform_vault
|