fix: copy/paste error (#19)
- use correct role for artifactapi to access vault Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
@@ -3,14 +3,14 @@ apiVersion: secrets.hashicorp.com/v1beta1
|
|||||||
kind: VaultAuth
|
kind: VaultAuth
|
||||||
metadata:
|
metadata:
|
||||||
name: default
|
name: default
|
||||||
namespace: woodpecker
|
namespace: artifactapi
|
||||||
spec:
|
spec:
|
||||||
allowedNamespaces:
|
allowedNamespaces:
|
||||||
- woodpecker
|
- artifactapi
|
||||||
kubernetes:
|
kubernetes:
|
||||||
audiences:
|
audiences:
|
||||||
- vault
|
- vault
|
||||||
role: woodpecker
|
role: artifactapi
|
||||||
serviceAccount: default
|
serviceAccount: default
|
||||||
tokenExpirationSeconds: 600
|
tokenExpirationSeconds: 600
|
||||||
method: kubernetes
|
method: kubernetes
|
||||||
|
|||||||
Reference in New Issue
Block a user