From a58de1f8d27539a8608246d07541a95d85b7dc71 Mon Sep 17 00:00:00 2001 From: arukiidou Date: Tue, 9 May 2023 00:33:11 +0900 Subject: [PATCH] Chore: Add missing tls_skip_verify_insecure for GitLab Oauth (#64649) fixes https://github.com/grafana/grafana/issues/64648 Signed-off-by: junya koyama --- conf/sample.ini | 1 + .../configure-security/configure-authentication/gitlab/index.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/conf/sample.ini b/conf/sample.ini index 41b56c46aa7..0d875d2b438 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -598,6 +598,7 @@ ;role_attribute_strict = false ;allow_assign_grafana_admin = false ;skip_org_role_sync = false +;tls_skip_verify_insecure = false #################################### Google Auth ########################## [auth.google] diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/gitlab/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/gitlab/index.md index c399caa9128..57c76f505f1 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/gitlab/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/gitlab/index.md @@ -61,6 +61,7 @@ allowed_groups = role_attribute_path = role_attribute_strict = false allow_assign_grafana_admin = false +tls_skip_verify_insecure = false ``` You may have to set the `root_url` option of `[server]` for the callback URL to be @@ -140,6 +141,7 @@ allowed_groups = example, foo/bar role_attribute_path = is_admin && 'Admin' || 'Viewer' role_attribute_strict = true allow_assign_grafana_admin = false +tls_skip_verify_insecure = false ``` ### Configure automatic login