Permissions of various roles in gitlab

role permission

According to the user's access level in a particular group or project, they have different capabilities. If the user is in both the group's project and the project itself, the higher authority level of the two is used.


gitlab role permissions

gitlab defines five roles

Guest-Guest
Reporter-Reporter
Developer-Developer
Master-
Owner-Owner

Permission level from low to high, Owner has the highest authority

The following are the permissions that each role has

Insert picture description here

Insert picture description here

Project members permissions (group member permissions)

Any user can remove themselves from the group unless they are the last owner of the group. The following table describes the various user permission levels in the group.

Insert picture description here

Parameter Description:

Browse group: browse group information

Edit group: modify group

Create subgroup: Create subgroup

Create project in group: create a group for the project

Manage group members: Manage group members

Remove group: delete group

Manage group labels: Manage group labels

Guess you like

Origin blog.csdn.net/qq_36551991/article/details/110405026
Recommended