summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tanayno <atanayno@gitlab.com>2018-07-19 08:50:48 +0000
committerAlexander Tanayno <atanayno@gitlab.com>2018-07-19 08:50:48 +0000
commit9c2e65b841d456341c2479630f4b017e0bd22347 (patch)
treea5f9efba59c3dd9252aaa047a5eb11558670c6df
parent98eccfc44c597ba14939659ca3b9150197129961 (diff)
downloadgitlab-ce-docs-add-read_repository-description.tar.gz
adds read_repository scope descriptiondocs-add-read_repository-description
-rw-r--r--doc/user/profile/personal_access_tokens.md1
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