Skip to content

Commit ebda118

Browse files
authored
feat: updated keycloak operator and gitea values (#2008)
1 parent 98d8bfe commit ebda118

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

values/gitea/gitea.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ gitea:
103103
DOMAIN: {{ $giteaDomain }}
104104
PROVIDER: memory
105105
GC_INTERVAL_TIME: 3600
106-
SESSION_LIFE_TIME: 3600
106+
SESSION_LIFE_TIME: 600
107107
webhook:
108108
ALLOWED_HOST_LIST: "*"
109109
server:

values/oauth2-proxy/oauth2-proxy.gotmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ extraArgs:
5555
- --cookie-secure=true
5656
# - # cookie-httponly=true
5757
- --reverse-proxy=true
58-
- --cookie-refresh=0h1m0s # set to the same as keycloak realm's accessCodeLifespan
58+
- --cookie-refresh=1m # set to the same as keycloak realm's accessCodeLifespan
59+
- --cookie-expire=3m
5960
- --pass-authorization-header=true
6061
# - # pass-basic-auth=true
6162
- --skip-auth-regex='/manifest.json'

0 commit comments

Comments
 (0)