From a9183d220871b3e8464ee09f48e890d51cf36295 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Fri, 17 Jun 2022 21:10:22 +0000 Subject: [PATCH] grafana: Enable auto-sign-up. This avoids the need to explicitly create new users in Grafana, by simply trusting Teleport. --- puppet/zulip_ops/files/grafana/grafana.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/zulip_ops/files/grafana/grafana.ini b/puppet/zulip_ops/files/grafana/grafana.ini index 531ffd7810..520052ffa7 100644 --- a/puppet/zulip_ops/files/grafana/grafana.ini +++ b/puppet/zulip_ops/files/grafana/grafana.ini @@ -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