Configure jwtproxy from stack/conf yaml
This commit is contained in:
parent
adc86456b5
commit
da0a988650
4 changed files with 29 additions and 6 deletions
|
@ -50,7 +50,7 @@ location ~ ^/(v1/repositories|v2/auth)/ {
|
|||
}
|
||||
|
||||
location /secscan/ {
|
||||
proxy_pass http://jwtproxy;
|
||||
proxy_pass http://jwtproxy_secscan;
|
||||
}
|
||||
|
||||
location ~ ^/v2 {
|
||||
|
|
Reference in a new issue