summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-05-05 15:52:48 +0300
committerValery Sizov <vsv2711@gmail.com>2015-05-05 16:42:28 +0300
commit61b8232644ed54d2ce500601ea2da55ee0d5cd3b (patch)
tree9a43cdd7de3dc22058ea96be138b048fb3ddb813 /doc
parent82679b8bdd669bbfb8b9c7189c909b2189465a35 (diff)
downloadgitlab-ci-61b8232644ed54d2ce500601ea2da55ee0d5cd3b.tar.gz
add user permission matrix
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md3
-rw-r--r--doc/permissions/README.md24
2 files changed, 26 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 2137183..0f53296 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -5,4 +5,5 @@
+ [Install](install/installation.md)
+ [Update](update/README.md)
+ [Jobs](jobs/README.md)
-+ [Runners](runners/README.md) \ No newline at end of file
++ [Runners](runners/README.md)
++ [Permissions](permissions/README.md)
diff --git a/doc/permissions/README.md b/doc/permissions/README.md
new file mode 100644
index 0000000..d77061c
--- /dev/null
+++ b/doc/permissions/README.md
@@ -0,0 +1,24 @@
+# Users Permissions
+
+GitLab CI relies on user's role on the GitLab. There are three permissions levels on GitLab CI: admin, master, developer, other.
+
+Admin user can perform any actions on GitLab CI in scope of instance and project. Also user with admin permission can use admin interface.
+
+
+
+
+| 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 | | | | ✓ |
+
+
+
+