From 5af6e9070568dd2f0a7fabb3bd9b152584613d25 Mon Sep 17 00:00:00 2001 From: Yaacov Zamir Date: Thu, 23 Nov 2023 11:16:31 +0200 Subject: [PATCH] Set user-auth to disabled, default in newer images is now openshift Signed-off-by: Yaacov Zamir --- ci/yaml/okd-console-tls.yaml | 2 ++ ci/yaml/okd-console.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ci/yaml/okd-console-tls.yaml b/ci/yaml/okd-console-tls.yaml index 108d202b4..81759a06e 100644 --- a/ci/yaml/okd-console-tls.yaml +++ b/ci/yaml/okd-console-tls.yaml @@ -79,6 +79,8 @@ spec: mountPath: /etc/ssl/certs/forklift-ca.crt subPath: ca.crt env: + - name: BRIDGE_USER_AUTH + value: disabled - name: BRIDGE_LISTEN value: "https://0.0.0.0:9000" - name: BRIDGE_TLS_CERT_FILE diff --git a/ci/yaml/okd-console.yaml b/ci/yaml/okd-console.yaml index 5780e5579..dc9c09844 100644 --- a/ci/yaml/okd-console.yaml +++ b/ci/yaml/okd-console.yaml @@ -85,6 +85,8 @@ spec: - name: console image: quay.io/openshift/origin-console:latest env: + - name: BRIDGE_USER_AUTH + value: disabled - name: BRIDGE_PLUGINS value: forklift-console-plugin=http://forklift-console-plugin.konveyor-forklift.svc.cluster.local:8080 - name: BRIDGE_PLUGIN_PROXY