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-09 00:33:11 +09:00 committed by GitHub
parent b9e53f628f
commit a58de1f8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

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]

View File

@ -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