From 251b35a3912748944a740a4c151ca61fc01dc4d6 Mon Sep 17 00:00:00 2001
From: Benoit Donneaux <benoit@leastauthority.com>
Date: Tue, 16 Jul 2024 18:09:51 +0200
Subject: [PATCH] Disable Google SSO for Grafana on HRO-Cloud

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
---
 morph/grid/hro-cloud/config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/morph/grid/hro-cloud/config.json b/morph/grid/hro-cloud/config.json
index 0048fd89..191e3751 100644
--- a/morph/grid/hro-cloud/config.json
+++ b/morph/grid/hro-cloud/config.json
@@ -15,5 +15,5 @@
 , "allowedChargeOrigins": [
     "https://leastauthority.com"
   ]
-, "monitoringGoogleOAuthClientID": "802959152038-6esn1c6u2lm3j82lf29jvmn8s63hi8dc.apps.googleusercontent.com"
+, "monitoringGoogleOAuthClientID": ""
 }
-- 
GitLab