summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNick Kipling <nkipling@gitlab.com>2019-08-13 17:15:39 +0000
committerDouwe Maan <douwe@gitlab.com>2019-08-13 17:15:39 +0000
commit653b7b72f24a3c2e8e22eb1df32395aacdc862a4 (patch)
tree2bd4c4be81784d6251943d47dc69163754aa3953 /config
parent77ecb67432be523f4158cb26978b6ee3a1a86566 (diff)
downloadgitlab-ce-653b7b72f24a3c2e8e22eb1df32395aacdc862a4.tar.gz
Update personal access token api scope description
Diffstat (limited to 'config')
-rw-r--r--config/locales/doorkeeper.en.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml
index a8234263275..258d8a99986 100644
--- a/config/locales/doorkeeper.en.yml
+++ b/config/locales/doorkeeper.en.yml
@@ -69,7 +69,7 @@ en:
email: Allows read-only access to the user's primary email address using OpenID Connect
scope_desc:
api:
- Grants complete read/write access to the API, including all groups and projects.
+ Grants complete read/write access to the API, including all groups and projects, the container registry, and the package registry.
read_user:
Grants read-only access to the authenticated user's profile through the /user API endpoint, which includes username, public email, and full name. Also grants access to read-only API endpoints under /users.
read_repository: