This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/conf/jwtproxy_conf.yaml.jnj

14 lines
317 B
Text
Raw Normal View History

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 }}