Load plugin configuration field value from Kubernetes Secret
Co-authored-by: nnlquan <longquan0104@gmail.com>
This commit is contained in:
parent
9ccc8cfb25
commit
f8f685193d
7 changed files with 330 additions and 6 deletions
|
@ -0,0 +1,21 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: name
|
||||
namespace: default
|
||||
|
||||
data:
|
||||
key: dGhpc19pc190aGVfc2VjcmV0
|
||||
|
||||
---
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: test-secret
|
||||
namespace: default
|
||||
|
||||
spec:
|
||||
plugin:
|
||||
test-secret:
|
||||
user: admin
|
||||
secret: urn:k8s:secret:name:key
|
Loading…
Add table
Add a link
Reference in a new issue