mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
fix: refresh cookies more often
- do a 17m refresh interval against a 30min theoretical validity
This commit is contained in:
@@ -36,7 +36,7 @@ services:
|
||||
OAUTH2_PROXY_SESSION_STORE_TYPE: redis
|
||||
OAUTH2_PROXY_REDIS_CONNECTION_URL: redis://redis
|
||||
|
||||
OAUTH2_PROXY_COOKIE_REFRESH: 30m
|
||||
OAUTH2_PROXY_COOKIE_REFRESH: 17m
|
||||
OAUTH2_PROXY_COOKIE_NAME: SESSION
|
||||
OAUTH2_PROXY_COOKIE_SECRET: "{{ keycloak_clients[item].party_secret }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user