From a275d6c1b9b845a35de3c933a1b2d443054fbc46 Mon Sep 17 00:00:00 2001 From: Nikcolay <40664658+oiik@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:07:17 +0800 Subject: [PATCH] fix(): set AUTH_AUDIENCE variable Fix error in dasboard pod logs for missing variable "AUTH_AUDIENCE or AUTH0_AUDIENCE environment variable must be set" on the login page "There was an error logging you in. Error: Unauthenticated" --- charts/netbird/examples/istio/zitadel/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/netbird/examples/istio/zitadel/values.yaml b/charts/netbird/examples/istio/zitadel/values.yaml index b9f51c7..b15dd4d 100644 --- a/charts/netbird/examples/istio/zitadel/values.yaml +++ b/charts/netbird/examples/istio/zitadel/values.yaml @@ -148,6 +148,7 @@ dashboard: envFromSecret: AUTH_CLIENT_ID: netbird/idpClientID AUTH_CLIENT_SECRET: netbird/idpClientSecret + AUTH_AUDIENCE: netbird/idpClientID extraManifests: - apiVersion: networking.istio.io/v1 kind: VirtualService