Skip to content

Commit 5163571

Browse files
vicshi06nikhiljha
andauthored
30-day session timeout (#66)
make the behavior the same as oldk8s Co-authored-by: Nikhil Jha <[email protected]>
1 parent e412026 commit 5163571

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/keycloak.py

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ def oidc_client(
8989
"displayName": "OCF",
9090
"sslRequired": "all",
9191
"enabled": True,
92+
"ssoSessionIdleTimeout": 2592000,
93+
"ssoSessionMaxLifespan": 2592000,
94+
"offlineSessionIdleTimeout": 2592000,
9295
"registrationAllowed": False,
9396
"loginWithEmailAllowed": False,
9497
"loginTheme": "keywind",

0 commit comments

Comments
 (0)