From f0bea57effbf6e5b5e5987feea55525a44351fe8 Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Tue, 14 Jan 2025 15:04:20 +0200 Subject: [PATCH] feat: [TKC-3087] cloud-ui: enable auth code flow by default --- charts/testkube-cloud-ui/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/testkube-cloud-ui/templates/deployment.yaml b/charts/testkube-cloud-ui/templates/deployment.yaml index a575562dc..520ceb63a 100644 --- a/charts/testkube-cloud-ui/templates/deployment.yaml +++ b/charts/testkube-cloud-ui/templates/deployment.yaml @@ -48,6 +48,8 @@ spec: env: - name: FEATURE_INSIGHTS_V2 value: "true" + - name: FEATURE_AUTH_WITH_CODE + value: "true" - name: REACT_APP_API_SERVER_ENDPOINT value: {{ if .Values.ui.apiServerEndpoint}}{{ .Values.ui.apiServerEndpoint }}{{ else }}https://{{ .Values.global.restApiSubdomain }}.{{ .Values.global.domain }}{{ end }} {{- if .Values.ui.wsServerEndpoint }}