Use read_api scope in gitlab oauth config sample (#27992)

This commit is contained in:
vin01 2020-10-02 13:42:57 +00:00 committed by GitHub
parent 2c1c4d613c
commit a5e12f653d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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