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

14 lines
312 B
YAML
Raw Normal View History

jwtproxy:
signer_proxy:
enabled: false
verifier_proxy:
enabled: true
listen_addr: unix:/tmp/jwtproxy.sock
verifier:
upstream: unix:/tmp/gunicorn_web.sock
2016-04-18 17:56:03 +00:00
audience: quay
key_server:
type: keyregistry
options:
registry: unix:/tmp/gunicorn_web.sock