Authenticate in the other direction with jwtproxy

This commit is contained in:
Evan Cordell 2016-04-21 15:27:00 -05:00 committed by Jimmy Zelinskie
parent da0a988650
commit 9e7a501dae
4 changed files with 17 additions and 3 deletions

View file

@ -3,6 +3,6 @@
echo 'Starting jwtproxy'
cd /
/binary_dependencies/jwtproxy --config conf/jwtproxy_conf.yaml
/binary_dependencies/jwtproxy --config conf/jwtproxy_conf.yaml --log-level debug
echo 'Jwtproxy exited'

View file

@ -1,6 +1,18 @@
jwtproxy:
signer_proxy:
enabled: false
enabled: true
listen_addr: :8080
signer:
issuer: quay
expiration_time: 5m
max_skew: 1m
private_key:
type: autogenerated
options:
key_server:
type: keyregistry
options:
registry: {{ registry }}
verifier_proxy:
enabled: true
listen_addr: unix:/tmp/jwtproxy_secscan.sock