summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-07-24 10:22:48 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-07-24 10:22:48 +0000
commit1c24eafb4106dc7890ef74093a59009e94baa705 (patch)
treec7a8c6941cfe4fcaf5ceebe81fe7c5550443a322
parent79e7024017822a4f59f17f4c697bc2acdf259095 (diff)
parent9c2e65b841d456341c2479630f4b017e0bd22347 (diff)
downloadgitlab-ce-1c24eafb4106dc7890ef74093a59009e94baa705.tar.gz
Merge branch 'docs-add-read_repository-description' into 'master'
adds read_repository scope description See merge request gitlab-org/gitlab-ce!20707
-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