forked from hswaw/hscloud
ops/monitoring: move grafana to sso.
Change-Id: Ib2ecf6820454a160834db2ac212b31d9d5306972
This commit is contained in:
parent
d82807e024
commit
cc2ff79f01
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue