From 31a4d97b05e8fd9881e19a8fb9a358ae4f88918a Mon Sep 17 00:00:00 2001 From: Copolycube Date: Fri, 3 Jun 2022 07:07:39 -0400 Subject: [PATCH] update defaults.ini to add role_attribute_path (#49147) cf. https://community.grafana.com/t/grafana-gitlab-oauth-env-variable-not-recognized/65039 and https://github.com/grafana/grafana/issues/48637 --- conf/defaults.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/defaults.ini b/conf/defaults.ini index 7a6e3253d93..370bf1ff46f 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]