diff options
Diffstat (limited to 'uploader/default_settings.py')
-rw-r--r-- | uploader/default_settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uploader/default_settings.py b/uploader/default_settings.py index f7ca48c..26fe665 100644 --- a/uploader/default_settings.py +++ b/uploader/default_settings.py @@ -18,3 +18,6 @@ GN2_SERVER_URL = "https://genenetwork.org/" SESSION_TYPE = "redis" SESSION_PERMANENT = True SESSION_USE_SIGNER = True + +JWKS_ROTATION_AGE_DAYS = 7 # Days (from creation) to keep a JWK in use. +JWKS_DELETION_AGE_DAYS = 14 # Days (from creation) to keep a JWK around before deleting it. |