Use jwtproxy binary from github
This commit is contained in:
parent
d2aa4be29e
commit
97ad9684d7
3 changed files with 6 additions and 2 deletions
|
@ -14,8 +14,8 @@ jwtproxy:
|
|||
options:
|
||||
key_id: {{ key_id }}
|
||||
private_key_path: /conf/quay.pem
|
||||
verifier_proxy:
|
||||
enabled: true
|
||||
verifier_proxies:
|
||||
- enabled: true
|
||||
listen_addr: unix:/tmp/jwtproxy_secscan.sock
|
||||
verifier:
|
||||
upstream: unix:/tmp/gunicorn_web.sock
|
||||
|
|
Reference in a new issue