From 47b4cdf9ef8c7e9ed5852637e9a5deaa834496be Mon Sep 17 00:00:00 2001 From: Benoit Donneaux <benoit@leastauthority.com> Date: Fri, 23 Feb 2024 18:57:43 +0100 Subject: [PATCH] Enable Google SSO for to authenticate Grafana user on HRO 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 191e3751..0048fd89 100644 --- a/morph/grid/hro-cloud/config.json +++ b/morph/grid/hro-cloud/config.json @@ -15,5 +15,5 @@ , "allowedChargeOrigins": [ "https://leastauthority.com" ] -, "monitoringGoogleOAuthClientID": "" +, "monitoringGoogleOAuthClientID": "802959152038-6esn1c6u2lm3j82lf29jvmn8s63hi8dc.apps.googleusercontent.com" } -- GitLab