From ad1f2a4105111624949f81024f39a40529605af7 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Wed, 14 Jun 2023 14:42:11 +0000 Subject: [PATCH] fix: refresh cookies more often - do a 17m refresh interval against a 30min theoretical validity --- templates/oauth-standalone-docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/oauth-standalone-docker-compose.yaml b/templates/oauth-standalone-docker-compose.yaml index 11f6e09..dc997f6 100644 --- a/templates/oauth-standalone-docker-compose.yaml +++ b/templates/oauth-standalone-docker-compose.yaml @@ -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 }}"