service key worker to refresh automatic keys

This commit is contained in:
Evan Cordell 2016-04-29 10:51:22 -05:00 committed by Jimmy Zelinskie
parent 2242c6773d
commit a6f6a114c2
6 changed files with 82 additions and 18 deletions

View file

@ -320,5 +320,7 @@ class DefaultConfig(object):
# lowest user in the database will be used.
SERVICE_LOG_ACCOUNT_ID = None
# Quay's service key expiration in seconds
QUAY_SERVICE_KEY_EXPIRATION = 500
# Quay's service key expiration in minutes
QUAY_SERVICE_KEY_EXPIRATION = 120
# Number of minutes between expiration refresh in minutes
QUAY_SERVICE_KEY_REFRESH = 60