From 58ac002918b6d7cc23666efb0e8fc6787d58d515 Mon Sep 17 00:00:00 2001 From: Tomas Kral Date: Thu, 19 Feb 2026 14:43:14 +0100 Subject: [PATCH 1/2] Deploy RHDH 1.9 Helm test instance From 746f16b797440417e59f2dc3c65a4e50292a0ee7 Mon Sep 17 00:00:00 2001 From: Tomas Kral Date: Thu, 19 Feb 2026 15:22:44 +0100 Subject: [PATCH 2/2] Fix self-signed certificate error during OIDC login Set NODE_TLS_REJECT_UNAUTHORIZED=0 for both Helm and Operator deployments so Node.js accepts self-signed certificates on OpenShift cluster routes. Co-Authored-By: Claude Opus 4.6 --- helm/value_file.yaml | 5 ++++- operator/subscription.yaml | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/helm/value_file.yaml b/helm/value_file.yaml index fc8165c..bac8610 100644 --- a/helm/value_file.yaml +++ b/helm/value_file.yaml @@ -11,4 +11,7 @@ upstream: - configMapRef: app-config-rhdh filename: app-config-rhdh.yaml extraEnvVarsSecrets: - - rhdh-secrets \ No newline at end of file + - rhdh-secrets + extraEnvVars: + - name: NODE_TLS_REJECT_UNAUTHORIZED + value: "0" \ No newline at end of file diff --git a/operator/subscription.yaml b/operator/subscription.yaml index ed1cd55..4f4a1ba 100644 --- a/operator/subscription.yaml +++ b/operator/subscription.yaml @@ -20,6 +20,8 @@ spec: value: "${RHDH_BASE_URL}" - name: CATALOG_INDEX_IMAGE value: "quay.io/rhdh/plugin-catalog-index:${CATALOG_INDEX_TAG}" + - name: NODE_TLS_REJECT_UNAUTHORIZED + value: "0" secrets: - name: rhdh-secrets database: