Commit 9fd4a82e authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'jreporter-master-patch-74202' into 'master'

Add steps on how to assign deployment-only access

See merge request gitlab-org/gitlab!54991
parents b02791c1 c45877d2
...@@ -129,8 +129,14 @@ to the branch deployed to it, are only granted access to deploy the environment. ...@@ -129,8 +129,14 @@ to the branch deployed to it, are only granted access to deploy the environment.
group with the Reporter permission, or in groups added to the project with Reporter permissions, group with the Reporter permission, or in groups added to the project with Reporter permissions,
appears in the dropdown menu for deployment-only access. appears in the dropdown menu for deployment-only access.
Note that deployment-only access is the only possible access level for users with To add deployment-only access:
[Reporter permissions](../../user/permissions.md).
1. Add a group with Reporter permissions.
1. Add user(s) to the group.
1. Invite the group to be a project member.
1. Follow the steps outlined in [Protecting Environments](#protecting-environments).
Note that deployment-only access is the only possible access level for groups with [Reporter permissions](../../user/permissions.md).
## Modifying and unprotecting environments ## Modifying and unprotecting environments
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment