Commit 8bfc3a26 authored by Evan Read's avatar Evan Read

Merge branch 'docs/dependency-proxy-permissions' into 'master'

Add dependency proxy to permissions.md

Closes gitlab-ee#12075

See merge request gitlab-org/gitlab-ce!29497
parents 1b5babd5 4665f039
...@@ -196,21 +196,22 @@ Any user can remove themselves from a group, unless they are the last Owner of ...@@ -196,21 +196,22 @@ Any user can remove themselves from a group, unless they are the last Owner of
the group. The following table depicts the various user permission levels in a the group. The following table depicts the various user permission levels in a
group. group.
| Action | Guest | Reporter | Developer | Maintainer | Owner | | Action | Guest | Reporter | Developer | Maintainer | Owner |
|---------------------------------------|-------|----------|-----------|------------|-------| |-------------------------------------------------|-------|----------|-----------|------------|-------|
| Browse group | ✓ | ✓ | ✓ | ✓ | ✓ | | Browse group | ✓ | ✓ | ✓ | ✓ | ✓ |
| View Insights charts **[ULTIMATE]** | ✓ | ✓ | ✓ | ✓ | ✓ | | View Insights charts **[ULTIMATE]** | ✓ | ✓ | ✓ | ✓ | ✓ |
| View group epic **[ULTIMATE]** | ✓ | ✓ | ✓ | ✓ | ✓ | | View group epic **[ULTIMATE]** | ✓ | ✓ | ✓ | ✓ | ✓ |
| Create/edit group epic **[ULTIMATE]** | | ✓ | ✓ | ✓ | ✓ | | Create/edit group epic **[ULTIMATE]** | | ✓ | ✓ | ✓ | ✓ |
| Manage group labels | | ✓ | ✓ | ✓ | ✓ | | Manage group labels | | ✓ | ✓ | ✓ | ✓ |
| Create project in group | | | ✓ | ✓ | ✓ | | Create project in group | | | ✓ | ✓ | ✓ |
| Create/edit/delete group milestones | | | ✓ | ✓ | ✓ | | Create/edit/delete group milestones | | | ✓ | ✓ | ✓ |
| Edit group | | | | | ✓ | | Enable/disable a dependency proxy **[PREMIUM]** | | | ✓ | ✓ | ✓ |
| Create subgroup | | | | | ✓ | | Edit group | | | | | ✓ |
| Manage group members | | | | | ✓ | | Create subgroup | | | | | ✓ |
| Remove group | | | | | ✓ | | Manage group members | | | | | ✓ |
| Delete group epic **[ULTIMATE]** | | | | | ✓ | | Remove group | | | | | ✓ |
| View group Audit Events | | | | | ✓ | | Delete group epic **[ULTIMATE]** | | | | | ✓ |
| View group Audit Events | | | | | ✓ |
### Subgroup permissions ### Subgroup permissions
......
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