From bda7a44bc87b486e46d31ab44a7500be4771dd95 Mon Sep 17 00:00:00 2001 From: Jonathan Perret Date: Thu, 26 Mar 2026 13:41:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(helm)=20use=20stateless=20OIDC=20i?= =?UTF-8?q?n=20production?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Getting rid of Redis should help with performance. --- src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl b/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl index 1456b33..a852563 100644 --- a/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl +++ b/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl @@ -35,7 +35,7 @@ satosa: valueFrom: { secretKeyRef: { name: oidc2fer, key: CLIENT_DB_JSON } } - name: OIDC_DB_URI - valueFrom: { secretKeyRef: { name: redis.redis.libre.sh, key: url } } + value: "stateless://:$(STATE_ENCRYPTION_KEY)@localhost" # As provided by RENATER - name: SIRET_MAP