Skip to content

Commit

Permalink
Added info about scopes needed by the token
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Fumagalli <[email protected]>
  • Loading branch information
hpatoio committed Mar 25, 2022
1 parent c87bac5 commit d7f4e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/gitlab/locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ can list the GitLab providers you want to fetch data from. Each entry is a
structure with up to four elements:

- `host`: The host of the GitLab instance, e.g. `gitlab.company.com`.
- `token` (optional): An authentication token as expected by GitLab. If this is
- `token` (optional): An authentication token as expected by GitLab. The token need at least `api`, `read_repository` and `write_repository` scopes. If this is
not supplied, anonymous access will be used.
- `apiBaseUrl` (optional): The URL of the GitLab API. For self-hosted
installations, it is commonly at `https://<host>/api/v4`. For gitlab.com, this
Expand Down

0 comments on commit d7f4e45

Please sign in to comment.