fix: add jwt_cache_max_lifetime as an in-database configuration option (#3102)

This commit is contained in:
Laurence Isla
2023-12-12 16:29:50 -05:00
committed by GitHub
parent e31363a325
commit 4fb521cac6
5 changed files with 6 additions and 2 deletions
@@ -22,7 +22,7 @@ jwt-aud = "https://otherexample.org"
jwt-role-claim-key = ".\"other\".\"pre_config_role\""
jwt-secret = "ODERREALLYREALLYREALLYREALLYVERYSAFE"
jwt-secret-is-base64 = true
jwt-cache-max-lifetime = 86400
jwt-cache-max-lifetime = 7200
log-level = "info"
openapi-mode = "disabled"
openapi-security-active = false
@@ -22,7 +22,7 @@ jwt-aud = "https://example.org"
jwt-role-claim-key = ".\"a\".\"role\""
jwt-secret = "OVERRIDE=REALLY=REALLY=REALLY=REALLY=VERY=SAFE"
jwt-secret-is-base64 = false
jwt-cache-max-lifetime = 86400
jwt-cache-max-lifetime = 3600
log-level = "info"
openapi-mode = "ignore-privileges"
openapi-security-active = true