Skip to content

Commit

Permalink
set email login link expiry to 30 mins (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored May 30, 2024
1 parent ddeea5e commit 9e612d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/loculus/templates/keycloak-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ data:
"registrationAllowed": true,
"accessTokenLifespan": 36000,
"ssoSessionIdleTimeout": 36000,
"actionTokenGeneratedByUserLifespan": 1800,
"users": [
{{ if $.Values.createTestAccounts }}
{{- $browsers := list "firefox" "webkit" "chromium"}}
Expand Down

0 comments on commit 9e612d7

Please sign in to comment.