1
0
Fork 0

ops/monitoring: move grafana to sso.

Change-Id: Ib2ecf6820454a160834db2ac212b31d9d5306972
master
q3k 2021-01-30 17:26:47 +01:00
parent d82807e024
commit cc2ff79f01
1 changed files with 3 additions and 3 deletions

View File

@ -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,