mirror of https://github.com/zulip/zulip.git
grafana: Enable auto-sign-up.
This avoids the need to explicitly create new users in Grafana, by simply trusting Teleport.
This commit is contained in:
parent
9bd88a93e2
commit
a9183d2208
|
@ -40,7 +40,7 @@ username_claim = sub
|
|||
jwk_set_url = https://teleport.zulipchat.net/.well-known/jwks.json
|
||||
cache_ttl = 24h
|
||||
expect_claims = {"iss": "teleport.zulipchat.net"}
|
||||
|
||||
auto_sign_up = true
|
||||
|
||||
#################################### Alerting ####################################
|
||||
# Switch to the Grafana 8 unified alerting
|
||||
|
|
Loading…
Reference in New Issue