service key worker to refresh automatic keys
This commit is contained in:
parent
2242c6773d
commit
a6f6a114c2
6 changed files with 82 additions and 18 deletions
|
@ -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
|
||||
|
|
Reference in a new issue