From 11a44eda0ecd4d41757e88df1d5fe3e3ecc73114 Mon Sep 17 00:00:00 2001 From: Sergey Melnikov Date: Thu, 5 May 2022 23:48:16 +0300 Subject: [PATCH] Add TLS support in scram-proxy (#1643) * Add TLS support in scram-proxy * Fix authEndpoint --- .circleci/helm-values/staging.proxy-scram.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/helm-values/staging.proxy-scram.yaml b/.circleci/helm-values/staging.proxy-scram.yaml index f72a9d4557..91422e754a 100644 --- a/.circleci/helm-values/staging.proxy-scram.yaml +++ b/.circleci/helm-values/staging.proxy-scram.yaml @@ -6,7 +6,8 @@ image: settings: authBackend: "console" - authEndpoint: "http://console-staging.local:9095/management/api/v2" + authEndpoint: "http://console-staging.local/management/api/v2" + domain: "*.cloud.stage.neon.tech" # -- Additional labels for zenith-proxy pods podLabels: