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

28 lines
642 B
Text
Raw Normal View History

jwtproxy:
signer_proxy:
enabled: true
listen_addr: :8080
2016-04-27 18:39:01 +00:00
ca_key_file: /conf/mitm.key
ca_crt_file: /conf/mitm.cert
2016-04-23 01:27:47 +00:00
signer:
issuer: quay
expiration_time: 5m
max_skew: 1m
private_key:
2016-04-27 19:37:48 +00:00
type: preshared
options:
2016-04-27 19:37:48 +00:00
key_id: {{ key_id }}
private_key_path: /conf/quay.pem
2016-04-28 21:20:32 +00:00
verifier_proxies:
- enabled: true
listen_addr: unix:/tmp/jwtproxy_secscan.sock
verifier:
upstream: unix:/tmp/gunicorn_web.sock
audience: {{ audience }}
key_server:
type: keyregistry
options:
2016-04-23 01:34:17 +00:00
issuer: clair
registry: {{ registry }}