summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-03-27 12:47:01 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-03-27 12:47:01 +0000
commit40e3a70165a97526edc0caee228bc7b75f62534c (patch)
tree4b8c7cdb314a68f5a608481818aa377d26195385 /doc/user
parent7181b345faca6017f1fe34e9dcb5143fc515c220 (diff)
parent6cf8d34338f5d963a374abcc0e012800f8e316ac (diff)
downloadgitlab-ce-40e3a70165a97526edc0caee228bc7b75f62534c.tar.gz
Merge branch 'triggers-docs' into 'master'
Triggers docs See merge request !10050
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/new_ci_build_permissions_model.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/project/new_ci_build_permissions_model.md b/doc/user/project/new_ci_build_permissions_model.md
index b559d132590..55610a7b014 100644
--- a/doc/user/project/new_ci_build_permissions_model.md
+++ b/doc/user/project/new_ci_build_permissions_model.md
@@ -87,12 +87,12 @@ your Runners in the most possible secure way, by avoiding the following:
By using an insecure GitLab Runner configuration, you allow the rogue developers
to steal the tokens of other jobs.
-## job triggers
+## Pipeline triggers
-[job triggers][triggers] do not support the new permission model.
-They continue to use the old authentication mechanism where the CI job
-can access only its own sources. We plan to remove that limitation in one of
-the upcoming releases.
+Since 9.0 [pipelnie triggers][triggers] do support the new permission model.
+The new triggers do impersonate their associated user including their access
+to projects and their project permissions. To migrate trigger to use new permisison
+model use **Take ownership**.
## Before GitLab 8.12