Explicitly set jwtproxy audience

This commit is contained in:
Evan Cordell 2016-04-28 14:29:21 -05:00 committed by Jimmy Zelinskie
parent 0c2ecec9a9
commit d2aa4be29e
2 changed files with 2 additions and 4 deletions

View file

@ -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