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
b0deddfb
Commit
b0deddfb
authored
Jan 18, 2022
by
Steve Abrams
Committed by
Nick Gaskill
Jan 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add section to package registry regarding tokens
parent
f8afb4d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
doc/user/packages/package_registry/index.md
doc/user/packages/package_registry/index.md
+19
-0
No files found.
doc/user/packages/package_registry/index.md
View file @
b0deddfb
...
...
@@ -32,6 +32,25 @@ When you view packages in a group:
For information on how to create and upload a package, view the GitLab documentation for your package type.
## Authenticate with the registry
Authentication depends on the package manager being used. For more information, see the docs on the
specific package format you want to use.
For most package types, the following credential types are valid:
-
[
Personal access token
](
../../profile/personal_access_tokens.md
)
:
authenticates with your user permissions. Good for personal and local use of the package registry.
-
[
Project deploy token
](
../../project/deploy_tokens/index.md
)
:
allows access to all packages in a project. Good for granting and revoking project access to many
users.
-
[
Group deploy token
](
../../project/deploy_tokens/index.md#group-deploy-token
)
:
allows access to all packages in a group and its subgroups. Good for granting and revoking access
to a large number of packages to sets of users.
-
[
Job token
](
../../../ci/jobs/ci_job_token.md
)
:
allows access to packages in the project running the job for the users running the pipeline.
Access to other external projects can be configured.
## Use GitLab CI/CD to build packages
You can use
[
GitLab CI/CD
](
../../../ci/index.md
)
to build packages.
...
...
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