Chore: Add missing tls_skip_verify_insecure for GitLab Oauth (#64649)

fixes https://github.com/grafana/grafana/issues/64648

Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
This commit is contained in:
arukiidou
2023-05-08 17:33:11 +02:00
committed by GitHub
parent b9e53f628f
commit a58de1f8d2
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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]
@@ -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