Explicitly set jwtproxy audience
This commit is contained in:
parent
0c2ecec9a9
commit
d2aa4be29e
2 changed files with 2 additions and 4 deletions
|
@ -290,6 +290,7 @@ class DefaultConfig(object):
|
|||
'API_TIMEOUT_POST_SECONDS': 480,
|
||||
}
|
||||
JWTPROXY_SIGNER = 'localhost:8080'
|
||||
JWTPROXY_AUDIENCE = 'https://quay.io:443'
|
||||
|
||||
# Torrent management flags
|
||||
FEATURE_BITTORRENT = False
|
||||
|
|
Reference in a new issue