Skip to content
Snippets Groups Projects
Commit 2de15303 authored by Rafael Kellermann Streit's avatar Rafael Kellermann Streit Committed by Rodrigo Nascimento
Browse files

Change from API scope to read_user, so we only have read access (#10225)

[FIX] GitLab authentication scope was too open, reduced to read only access
parent 34e607c4
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
const config = {
serverURL: 'https://gitlab.com',
identityPath: '/api/v3/user',
scope: 'api',
scope: 'read_user',
addAutopublishFields: {
forLoggedInUser: ['services.gitlab'],
forOtherUsers: ['services.gitlab.username']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment