Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-10 00:09:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-10 00:09:15 +0300
commitd8d0344cc3602e2625b7bbd79360b3e5b20b8870 (patch)
tree600a1eae6972365ac8a746054abf223318841068 /doc/api/oauth2.md
parent72c331ebf56ba3d49a79ec799de84e790748adef (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/oauth2.md')
-rw-r--r--doc/api/oauth2.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/oauth2.md b/doc/api/oauth2.md
index 92d109cac5f..ab106b4fb44 100644
--- a/doc/api/oauth2.md
+++ b/doc/api/oauth2.md
@@ -354,3 +354,13 @@ These are aliases for `scope` and `expires_in` respectively, and have been inclu
prevent breaking changes introduced in [doorkeeper 5.0.2](https://github.com/doorkeeper-gem/doorkeeper/wiki/Migration-from-old-versions#from-4x-to-5x).
Don't rely on these fields as they will be removed in a later release.
+
+## OAuth2 tokens and GitLab registries
+
+Standard OAuth2 tokens support different degrees of access to GitLab registries, as they:
+
+- Do not allow users to authenticate to:
+ - The GitLab [Container registry](../user/packages/container_registry/index.md#authenticate-with-the-container-registry).
+ - Packages listed in the GitLab [Package registry](../user/packages/package_registry/index.md).
+- Allow users to get, list, and delete registries through
+ the [Container registry API](container_registry.md).