Document Security and Licence Management features permissions
This commit is contained in:
parent
ca9b99ffbb
commit
869ec04904
1 changed files with 8 additions and 1 deletions
|
@ -42,6 +42,8 @@ The following table depicts the various user permission levels in a project.
|
|||
| See a job log | ✓ [^3] | ✓ | ✓ | ✓ | ✓ |
|
||||
| Download and browse job artifacts | ✓ [^3] | ✓ | ✓ | ✓ | ✓ |
|
||||
| View wiki pages | ✓ [^1] | ✓ | ✓ | ✓ | ✓ |
|
||||
| View license management reports **[ULTIMATE]** | ✓ [^1] | ✓ | ✓ | ✓ | ✓ |
|
||||
| View Security reports **[ULTIMATE]** | ✓ [^1] | ✓ | ✓ | ✓ | ✓ |
|
||||
| Pull project code | [^1] | ✓ | ✓ | ✓ | ✓ |
|
||||
| Download project | [^1] | ✓ | ✓ | ✓ | ✓ |
|
||||
| Assign issues | | ✓ | ✓ | ✓ | ✓ |
|
||||
|
@ -57,6 +59,7 @@ The following table depicts the various user permission levels in a project.
|
|||
| See a list of merge requests | | ✓ | ✓ | ✓ | ✓ |
|
||||
| Manage related issues **[STARTER]** | | ✓ | ✓ | ✓ | ✓ |
|
||||
| Lock issue discussions | | ✓ | ✓ | ✓ | ✓ |
|
||||
| Create issue from vulnerability **[ULTIMATE]** | | ✓ | ✓ | ✓ | ✓ |
|
||||
| Lock merge request discussions | | | ✓ | ✓ | ✓ |
|
||||
| Create new environments | | | ✓ | ✓ | ✓ |
|
||||
| Stop environments | | | ✓ | ✓ | ✓ |
|
||||
|
@ -73,6 +76,9 @@ The following table depicts the various user permission levels in a project.
|
|||
| Update a container registry | | | ✓ | ✓ | ✓ |
|
||||
| Remove a container registry image | | | ✓ | ✓ | ✓ |
|
||||
| Create/edit/delete project milestones | | | ✓ | ✓ | ✓ |
|
||||
| View approved/blacklisted licenses **[ULTIMATE]** | | | ✓ | ✓ | ✓ |
|
||||
| Use security dashboard **[ULTIMATE]** | | | ✓ | ✓ | ✓ |
|
||||
| Dismiss vulnerability **[ULTIMATE]** | | | ✓ | ✓ | ✓ |
|
||||
| Use environment terminals | | | | ✓ | ✓ |
|
||||
| Add new team members | | | | ✓ | ✓ |
|
||||
| Push to protected branches | | | | ✓ | ✓ |
|
||||
|
@ -90,6 +96,7 @@ The following table depicts the various user permission levels in a project.
|
|||
| Manage GitLab Pages domains and certificates | | | | ✓ | ✓ |
|
||||
| Remove GitLab Pages | | | | | ✓ |
|
||||
| Manage clusters | | | | ✓ | ✓ |
|
||||
| Manage license policy **[ULTIMATE]** | | | | ✓ | ✓ |
|
||||
| Edit comments (posted by any user) | | | | ✓ | ✓ |
|
||||
| Switch visibility level | | | | | ✓ |
|
||||
| Transfer project to another namespace | | | | | ✓ |
|
||||
|
@ -98,7 +105,7 @@ The following table depicts the various user permission levels in a project.
|
|||
| Remove pages | | | | | ✓ |
|
||||
| Force push to protected branches [^4] | | | | | |
|
||||
| Remove protected branches [^4] | | | | | |
|
||||
| View project Audit Events | | | | ✓ | ✓ |
|
||||
| View project Audit Events | | | | ✓ | ✓ |
|
||||
|
||||
## Project features permissions
|
||||
|
||||
|
|
Loading…
Reference in a new issue