From 0aa56d895dba21d3a01b78d35c445107e224ed0c Mon Sep 17 00:00:00 2001 From: Horatiu Eugen Vlad Date: Mon, 15 Apr 2019 13:05:55 +0000 Subject: Added write_repository scope for personal access token --- config/locales/doorkeeper.en.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml index a2dff92908e..23bbc9f4035 100644 --- a/config/locales/doorkeeper.en.yml +++ b/config/locales/doorkeeper.en.yml @@ -60,7 +60,8 @@ en: scopes: api: Access the authenticated user's API read_user: Read the authenticated user's personal information - read_repository: Allows read-access to the repository + read_repository: Allows read-only access to the repository + write_repository: Allows read-write access to the repository read_registry: Grants permission to read container registry images openid: Authenticate using OpenID Connect sudo: Perform API actions as any user in the system @@ -73,6 +74,8 @@ en: 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: Grants read-only access to repositories on private projects using Git-over-HTTP (not using the API). + write_repository: + Grants read-write access to repositories on private projects using Git-over-HTTP (not using the API). read_registry: Grants read-only access to container registry images on private projects. openid: -- cgit v1.2.1