Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c28800c2
Commit
c28800c2
authored
Mar 09, 2021
by
Mike Jang
Committed by
Nick Gaskill
Mar 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add section describing OAuth2 token use in registries
parent
bf1611e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
doc/api/oauth2.md
doc/api/oauth2.md
+10
-0
No files found.
doc/api/oauth2.md
View file @
c28800c2
...
...
@@ -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
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment