mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:12:20 +08:00
Use read_api scope in gitlab oauth config sample (#27992)
This commit is contained in:
@ -51,7 +51,7 @@ enabled = true
|
||||
allow_sign_up = false
|
||||
client_id = GITLAB_APPLICATION_ID
|
||||
client_secret = GITLAB_SECRET
|
||||
scopes = api
|
||||
scopes = read_api
|
||||
auth_url = https://gitlab.com/oauth/authorize
|
||||
token_url = https://gitlab.com/oauth/token
|
||||
api_url = https://gitlab.com/api/v4
|
||||
|
Reference in New Issue
Block a user