Skip to content

Commit

Permalink
30-day session timeout (#66)
Browse files Browse the repository at this point in the history
make the behavior the same as oldk8s

Co-authored-by: Nikhil Jha <[email protected]>
  • Loading branch information
vicshi06 and nikhiljha authored Nov 6, 2023
1 parent e412026 commit 5163571
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/keycloak.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ def oidc_client(
"displayName": "OCF",
"sslRequired": "all",
"enabled": True,
"ssoSessionIdleTimeout": 2592000,
"ssoSessionMaxLifespan": 2592000,
"offlineSessionIdleTimeout": 2592000,
"registrationAllowed": False,
"loginWithEmailAllowed": False,
"loginTheme": "keywind",
Expand Down

0 comments on commit 5163571

Please sign in to comment.