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,