From cc2ff79f0119bec4297acede59d6d201b1dc308e Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Sat, 30 Jan 2021 17:26:47 +0100 Subject: [PATCH] ops/monitoring: move grafana to sso. Change-Id: Ib2ecf6820454a160834db2ac212b31d9d5306972 --- ops/monitoring/lib/global.libsonnet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ops/monitoring/lib/global.libsonnet b/ops/monitoring/lib/global.libsonnet index f001c99b..6ec92492 100644 --- a/ops/monitoring/lib/global.libsonnet +++ b/ops/monitoring/lib/global.libsonnet @@ -177,9 +177,9 @@ local kube = import "../../../kube/kube.libsonnet"; enabled: true, client_id: cfg.oauth.clientId, client_secret: cfg.oauth.clientSecret, - auth_url: "https://sso-v2.hackerspace.pl/oauth/authorize", - token_url: "https://sso-v2.hackerspace.pl/oauth/token", - api_url: "https://sso-v2.hackerspace.pl/api/1/userinfo", + auth_url: "https://sso.hackerspace.pl/oauth/authorize", + token_url: "https://sso.hackerspace.pl/oauth/token", + api_url: "https://sso.hackerspace.pl/api/1/userinfo", scopes: "openid", email_attribute_path: "email", allow_sign_up: true,