mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Use read_api scope in gitlab oauth config sample (#27992)
This commit is contained in:
parent
2c1c4d613c
commit
a5e12f653d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user