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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
3d1a7578
Commit
3d1a7578
authored
Jul 12, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small refactor and addition of CI permissions
parent
97999fd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
13 deletions
+40
-13
doc/permissions/permissions.md
doc/permissions/permissions.md
+40
-13
No files found.
doc/permissions/permissions.md
View file @
3d1a7578
# Permissions
# Permissions
Users have different abilities depending on the access level they have in a particular group or project.
Users have different abilities depending on the access level they have in a
particular group or project. If a user is both in a group's project and the
project itself, the highest permission level is used.
If a user is both in a project group and in the project itself, the highest permission level is used.
On public and internal projects the Guest role is not enforced. All users will
be able to create issues, leave comments, and pull or download the project code.
If a user is a GitLab administrator they receive all permissions.
GitLab administrators receive all permissions.
On public and internal projects the Guest role is not enforced.
All users will be able to create issues, leave comments, and pull or download the project code.
To add or import a user, you can follow the
[
project users and members
To add or import a user, you can follow the
[
project users and members
documentation
](
../workflow/add-user/add-user.md
)
.
documentation
](
../workflow/add-user/add-user.md
)
.
## Project
## Project
The following table depicts the various user permission levels in a project.
| Action | Guest | Reporter | Developer | Master | Owner |
| Action | Guest | Reporter | Developer | Master | Owner |
|---------------------------------------|---------|------------|-------------|----------|--------|
|---------------------------------------|---------|------------|-------------|----------|--------|
| Create new issue | ✓ | ✓ | ✓ | ✓ | ✓ |
| Create new issue | ✓ | ✓ | ✓ | ✓ | ✓ |
...
@@ -46,8 +48,8 @@ documentation](../workflow/add-user/add-user.md).
...
@@ -46,8 +48,8 @@ documentation](../workflow/add-user/add-user.md).
| Add new team members | | | | ✓ | ✓ |
| Add new team members | | | | ✓ | ✓ |
| Push to protected branches | | | | ✓ | ✓ |
| Push to protected branches | | | | ✓ | ✓ |
| Enable/disable branch protection | | | | ✓ | ✓ |
| Enable/disable branch protection | | | | ✓ | ✓ |
| Turn on/off prot
.
branch push for devs| | | | ✓ | ✓ |
| Turn on/off prot
ected
branch push for devs| | | | ✓ | ✓ |
| Rewrite/remove
g
it tags | | | | ✓ | ✓ |
| Rewrite/remove
G
it tags | | | | ✓ | ✓ |
| Edit project | | | | ✓ | ✓ |
| Edit project | | | | ✓ | ✓ |
| Add deploy keys to project | | | | ✓ | ✓ |
| Add deploy keys to project | | | | ✓ | ✓ |
| Configure project hooks | | | | ✓ | ✓ |
| Configure project hooks | | | | ✓ | ✓ |
...
@@ -66,10 +68,9 @@ documentation](../workflow/add-user/add-user.md).
...
@@ -66,10 +68,9 @@ documentation](../workflow/add-user/add-user.md).
## Group
## Group
In order for a group to appear as public and be browsable, it must contain at
Any user can remove themselves from a group, unless they are the last Owner of
least one public project.
the group. The following table depicts the various user permission levels in a
group.
Any user can remove themselves from a group, unless they are the last Owner of the group.
| Action | Guest | Reporter | Developer | Master | Owner |
| Action | Guest | Reporter | Developer | Master | Owner |
|-------------------------|-------|----------|-----------|--------|-------|
|-------------------------|-------|----------|-----------|--------|-------|
...
@@ -101,4 +102,30 @@ to **Admin > Users** to create a new user or edit an existing one. There, you
...
@@ -101,4 +102,30 @@ to **Admin > Users** to create a new user or edit an existing one. There, you
will find the option to flag the user as external.
will find the option to flag the user as external.
By default new users are not set as external users. This behavior can be changed
By default new users are not set as external users. This behavior can be changed
by an administrator under
**Admin > Application Settings**
.
by an administrator under
**Admin > Application Settings**
.
\ No newline at end of file
## GitLab CI
GitLab CI permissions rely on the role the user has in GitLab. There are four
permission levels it total:
-
admin
-
master
-
developer
-
guest/reporter
The admin user can perform any action on GitLab CI in scope of the GitLab
instance and project. In addition, all admins can use the admin interface under
`/admin/runners`
.
| Action | Guest, Reporter | Developer | Master | Admin |
|---------------------------------------|-----------------|-------------|----------|--------|
| See commits and builds | ✓ | ✓ | ✓ | ✓ |
| Retry or cancel build | | ✓ | ✓ | ✓ |
| Remove project | | | ✓ | ✓ |
| Create project | | | ✓ | ✓ |
| Change project configuration | | | ✓ | ✓ |
| Add specific runners | | | ✓ | ✓ |
| Add shared runners | | | | ✓ |
| See events in the system | | | | ✓ |
| Admin interface | | | | ✓ |
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