summaryrefslogtreecommitdiff
path: root/doc/ci/runners
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2016-04-19 12:17:48 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2016-04-19 12:17:48 +0000
commitfd13cd189fd360a637a61f852aed523705ff4689 (patch)
treecb578c58c1d16a886532a99435732302efd4b722 /doc/ci/runners
parentee812a8707f4155e15a229217969bb4045fbd1b4 (diff)
parentd86190eead0075d1b0ba7e73ff2efa8a610b5398 (diff)
downloadgitlab-ce-fd13cd189fd360a637a61f852aed523705ff4689.tar.gz
Merge branch 'docs/notice-about-gitlab-runner' into 'master'
Add notice about GitLab Runner to requirements docs This is related to #14589, and problems that may stem from running GitLab Runner on same machine user installed GitLab web app on. See merge request !3518
Diffstat (limited to 'doc/ci/runners')
-rw-r--r--doc/ci/runners/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index c7df0713a3d..a06650b3387 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -7,6 +7,10 @@ through the coordinator API of GitLab CI.
A runner can be specific to a certain project or serve any project
in GitLab CI. A runner that serves all projects is called a shared runner.
+Ideally, GitLab Runner should not be installed on the same machine as GitLab.
+Read the [requirements documentation](../../install/requirements.md#gitlab-runner)
+for more information.
+
## Shared vs. Specific Runners
A runner that is specific only runs for the specified project. A shared runner
@@ -140,7 +144,7 @@ to it. This means that if you have shared runners setup for a project and
someone forks that project, the shared runners will also serve jobs of this
project.
-# Attack vectors in runners
+## Attack vectors in Runners
Mentioned briefly earlier, but the following things of runners can be exploited.
We're always looking for contributions that can mitigate these [Security Considerations](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/security/index.md).