From 39f435a83c35ddfe35a4085bc9593d548619f222 Mon Sep 17 00:00:00 2001 From: Paul Nicolas Date: Thu, 4 Jun 2026 16:24:55 +0200 Subject: [PATCH] wip --- internal/resources/auths/env.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/resources/auths/env.go b/internal/resources/auths/env.go index c916694f7..8291ec9d6 100644 --- a/internal/resources/auths/env.go +++ b/internal/resources/auths/env.go @@ -27,7 +27,7 @@ func ProtectedEnvVars(ctx Context, stack *v1beta1.Stack, moduleName string, auth } ret = append(ret, - Env("AUTH_ENABLED", "true"), + Env("AUTH_ENABLED", "false"), Env("AUTH_ISSUER", url), )