We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d8bfe commit ebda118Copy full SHA for ebda118
values/gitea/gitea.gotmpl
@@ -103,7 +103,7 @@ gitea:
103
DOMAIN: {{ $giteaDomain }}
104
PROVIDER: memory
105
GC_INTERVAL_TIME: 3600
106
- SESSION_LIFE_TIME: 3600
+ SESSION_LIFE_TIME: 600
107
webhook:
108
ALLOWED_HOST_LIST: "*"
109
server:
values/oauth2-proxy/oauth2-proxy.gotmpl
@@ -55,7 +55,8 @@ extraArgs:
55
- --cookie-secure=true
56
# - # cookie-httponly=true
57
- --reverse-proxy=true
58
- - --cookie-refresh=0h1m0s # set to the same as keycloak realm's accessCodeLifespan
+ - --cookie-refresh=1m # set to the same as keycloak realm's accessCodeLifespan
59
+ - --cookie-expire=3m
60
- --pass-authorization-header=true
61
# - # pass-basic-auth=true
62
- --skip-auth-regex='/manifest.json'
0 commit comments