diff options
author | Alexander Tanayno <atanayno@gitlab.com> | 2018-07-19 08:50:48 +0000 |
---|---|---|
committer | Alexander Tanayno <atanayno@gitlab.com> | 2018-07-19 08:50:48 +0000 |
commit | 9c2e65b841d456341c2479630f4b017e0bd22347 (patch) | |
tree | a5f9efba59c3dd9252aaa047a5eb11558670c6df /doc | |
parent | 98eccfc44c597ba14939659ca3b9150197129961 (diff) | |
download | gitlab-ce-9c2e65b841d456341c2479630f4b017e0bd22347.tar.gz |
adds read_repository scope descriptiondocs-add-read_repository-description
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/profile/personal_access_tokens.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/profile/personal_access_tokens.md b/doc/user/profile/personal_access_tokens.md index 9b4fdd65e2f..601db5f424d 100644 --- a/doc/user/profile/personal_access_tokens.md +++ b/doc/user/profile/personal_access_tokens.md @@ -48,6 +48,7 @@ the following table. | `api` | Grants complete access to the API (read/write) ([introduced][ce-5951] in GitLab 8.15). Required for accessing Git repositories over HTTP when 2FA is enabled. | | `read_registry` | Allows to read [container registry] images if a project is private and authorization is required ([introduced][ce-11845] in GitLab 9.3). | | `sudo` | Allows performing API actions as any user in the system (if the authenticated user is an admin) ([introduced][ce-14838] in GitLab 10.2). | +| `read_repository` | Allows read-access to the repository through git clone). | [2fa]: ../account/two_factor_authentication.md [api]: ../../api/README.md |