From 7990ee49c515604b89e6c8ab0aeac2904fd490b1 Mon Sep 17 00:00:00 2001
From: Michael Collins <15347726+michaeljcollinsuk@users.noreply.github.com>
Date: Wed, 18 Dec 2024 15:09:51 +0000
Subject: [PATCH] Add broadcast message about tooling 502 errors

To notify users to upgrade to CDE NGINX images if
they are encountering 502 errors
---
 settings.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/settings.yaml b/settings.yaml
index c90a1882..93a3d6c1 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 enabled 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"