From 29e903e5e2ff6eab9567ac9fc152a085bd7ea15f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 3 Jun 2022 08:17:49 -0400 Subject: [PATCH] update defaults.ini to add role_attribute_path (#49147) (#50155) cf. https://community.grafana.com/t/grafana-gitlab-oauth-env-variable-not-recognized/65039 and https://github.com/grafana/grafana/issues/48637 (cherry picked from commit 31a4d97b05e8fd9881e19a8fb9a358ae4f88918a) Co-authored-by: Copolycube --- conf/defaults.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/defaults.ini b/conf/defaults.ini index d7de0adab5b..d23c0aeeff0 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -477,6 +477,8 @@ token_url = https://gitlab.com/oauth/token api_url = https://gitlab.com/api/v4 allowed_domains = allowed_groups = +role_attribute_path = +role_attribute_strict = false #################################### Google Auth ######################### [auth.google]