Split secscan endpoints into a new process
This commit is contained in:
parent
fdf81860a1
commit
cc8e58e7f4
7 changed files with 38 additions and 5 deletions
|
@ -13,15 +13,15 @@ jwtproxy:
|
|||
type: preshared
|
||||
options:
|
||||
key_id: {{ key_id }}
|
||||
private_key_path: /conf/quay.pem
|
||||
private_key_path: /conf/quay.pem
|
||||
verifier_proxies:
|
||||
- enabled: true
|
||||
listen_addr: unix:/tmp/jwtproxy_secscan.sock
|
||||
verifier:
|
||||
upstream: unix:/tmp/gunicorn_web.sock
|
||||
upstream: unix:/tmp/gunicorn_secscan.sock
|
||||
audience: {{ audience }}
|
||||
key_server:
|
||||
type: keyregistry
|
||||
options:
|
||||
issuer: clair
|
||||
registry: {{ registry }}
|
||||
registry: {{ registry }}
|
||||
|
|
Reference in a new issue