From e57ad0cac514c89a1b44b902519cba3da1d6c4de Mon Sep 17 00:00:00 2001 From: Martin Wittlinger Date: Sun, 7 May 2023 21:15:22 +0200 Subject: [PATCH] =?UTF-8?q?=20fix:=20=F0=9F=90=9B=20Split=20oicd=20cookies?= =?UTF-8?q?=20into=203=20parts=20=20(#627)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github-bot/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/github-bot/src/main/resources/application.properties b/github-bot/src/main/resources/application.properties index cf8c8dabe..1b69e1607 100644 --- a/github-bot/src/main/resources/application.properties +++ b/github-bot/src/main/resources/application.properties @@ -52,3 +52,4 @@ quarkus.micrometer.export.json.enabled=true quarkus.mongodb.database=Laughing-Train quarkus.mongodb.metrics.enabled=true quarkus.http.cors.origins=* +%prod.quarkus.oidc.token-state-manager.split-tokens=true \ No newline at end of file