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
a3c0b468
Commit
a3c0b468
authored
Oct 18, 2021
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated nav steps to match standards
Related to:
https://gitlab.com/gitlab-org/technical-writing/-/issues/454
parent
6be08f08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
doc/user/project/deploy_keys/index.md
doc/user/project/deploy_keys/index.md
+8
-6
No files found.
doc/user/project/deploy_keys/index.md
View file @
a3c0b468
...
...
@@ -81,10 +81,11 @@ help you access a repository, but there are some notables differences between th
[
Project maintainers and owners
](
../../permissions.md#project-members-permissions
)
can add or enable a deploy key for a project repository:
1.
Navigate to the project's
**Settings > Repository**
page.
1.
Expand the
**Deploy keys**
section.
1.
On the top bar, select
**Menu > Projects**
and find your project.
1.
On the left sidebar, select
**Settings > Repository**
.
1.
Expand
**Deploy keys**
.
1.
Specify a title for the new deploy key and paste your public SSH key.
1.
(Optional) Check
**Grant write permissions to this key**
to allow
`read-write`
access
. Leave it unchecked for
`read-only`
access.
1.
Optional. To allow
`read-write`
access, select the
**Grant write permissions to this key**
checkbox
. Leave it unchecked for
`read-only`
access.
There are three lists of project deploy keys:
...
...
@@ -164,9 +165,10 @@ configuration.
[
Project maintainers and owners
](
../../permissions.md#project-members-permissions
)
can remove or disable a deploy key for a project repository:
1.
Navigate to the project's
**Settings > Repository**
page.
1.
Expand the
**Deploy keys**
section.
1.
Select the
**{remove}**
or
**{cancel}**
button.
1.
On the top bar, select
**Menu > Projects**
and find your project.
1.
On the left sidebar, select
**Settings > Repository**
.
1.
Expand
**Deploy keys**
.
1.
Select
**Disable**
(
**{cancel}**
).
NOTE:
Any service that relies on a deploy key stops working after that key is removed.
...
...
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