From 16aa4cd954174c5e537a6c92dc1f99ddaf39f77f Mon Sep 17 00:00:00 2001 From: Michael Collins <15347726+michaeljcollinsuk@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:01:16 +0000 Subject: [PATCH] Add broadcast message related to 502 errors (#1416) * Add broadcast message about tooling 502 errors To notify users to upgrade to CDE NGINX images if they are encountering 502 errors * Fix typo --- settings.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/settings.yaml b/settings.yaml index c90a1882..8febe653 100644 --- a/settings.yaml +++ b/settings.yaml @@ -93,7 +93,12 @@ CUSTOM_AUTH_CONNECTIONS: "auth0_nomis" AUTH0_NOMIS_GATEWAY_URL: "https://testing.com" -BROADCAST_MESSAGE: +BROADCAST_MESSAGE: > + We are currently rolling out additional releases to Analytical Platform Tooling (Jupyter + Lab All Spark, Jupyter Lab Data Science, and RStudio) that enables a new proxy (referred + to as CDE NGINX). If you experience a 502 Bad Gateway when trying to open a tool, please + deploy the CDE NGINX variant. + GITHUB_VERSION: "2022-11-28"