Configure jwtproxy from stack/conf yaml
This commit is contained in:
parent
adc86456b5
commit
da0a988650
4 changed files with 29 additions and 6 deletions
13
conf/jwtproxy_conf.yaml.jnj
Normal file
13
conf/jwtproxy_conf.yaml.jnj
Normal file
|
@ -0,0 +1,13 @@
|
|||
jwtproxy:
|
||||
signer_proxy:
|
||||
enabled: false
|
||||
verifier_proxy:
|
||||
enabled: true
|
||||
listen_addr: unix:/tmp/jwtproxy_secscan.sock
|
||||
verifier:
|
||||
upstream: unix:/tmp/gunicorn_web.sock
|
||||
audience: {{ audience }}
|
||||
key_server:
|
||||
type: keyregistry
|
||||
options:
|
||||
registry: {{ registry }}
|
Reference in a new issue