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
Jérome Perrin
gitlab-ce
Commits
039415c8
Commit
039415c8
authored
Sep 22, 2016
by
Achilleas Pipinellis
Committed by
Kamil Trzcinski
Sep 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move document on CI build permissions to new location
parent
1e911e05
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
+16
-16
doc/ci/README.md
doc/ci/README.md
+1
-0
doc/user/permissions.md
doc/user/permissions.md
+6
-7
doc/user/project/new_ci_build_permissions_model.md
doc/user/project/new_ci_build_permissions_model.md
+9
-9
No files found.
doc/ci/README.md
View file @
039415c8
...
@@ -20,3 +20,4 @@
...
@@ -20,3 +20,4 @@
-
[
Access dependent projects
](
dependent_projects/README.md
)
-
[
Access dependent projects
](
dependent_projects/README.md
)
-
[
API
](
../api/ci/README.md
)
-
[
API
](
../api/ci/README.md
)
-
[
CI services (linked docker containers)
](
services/README.md
)
-
[
CI services (linked docker containers)
](
services/README.md
)
-
[
**New CI build permissions model**
](
../user/project/new_ci_build_permissions_model.md
)
doc/user/permissions.md
View file @
039415c8
...
@@ -143,13 +143,11 @@ instance and project. In addition, all admins can use the admin interface under
...
@@ -143,13 +143,11 @@ instance and project. In addition, all admins can use the admin interface under
> Changed in GitLab 8.12.
> Changed in GitLab 8.12.
GitLab 8.12 has completely redesigned build permission system.
GitLab 8.12 has a completely redesigned build permission system.
You can find all discussion and all our concerns when choosing the current approach:
Read all about the
[
new model and its implications
][
new-mod
]
.
https://gitlab.com/gitlab-org/gitlab-ce/issues/18994
### Build privileges
This table shows granted privileges for builds triggered by specific types of
users:
This table shows granted privileges for builds triggered by specific types of users:
| Action | Guest, Reporter | Developer | Master | Admin |
| Action | Guest, Reporter | Developer | Master | Admin |
|---------------------------------------------|-----------------|-------------|----------|--------|
|---------------------------------------------|-----------------|-------------|----------|--------|
...
@@ -168,4 +166,5 @@ This table shows granted privileges for builds triggered by specific types of us
...
@@ -168,4 +166,5 @@ This table shows granted privileges for builds triggered by specific types of us
[
^3
]:
Only
if user is not external one.
[
^3
]:
Only
if user is not external one.
[
^4
]:
Only
if user is a member of the project.
[
^4
]:
Only
if user is a member of the project.
[
ce-18994
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/18994
[
new-mod
]:
project/new_ci_build_permissions_model.md
doc/
ci/dependent_projects/README
.md
→
doc/
user/project/new_ci_build_permissions_model
.md
View file @
039415c8
# New CI build permission model
# New CI build permission
s
model
> Introduced in GitLab 8.12.
> Introduced in GitLab 8.12.
GitLab 8.12 has a completely redesigned
build permission
system. You can find
GitLab 8.12 has a completely redesigned
[build permissions]
system. You can find
all discussion and all our concerns when choosing the current approach in issue
all discussion and all our concerns when choosing the current approach in issue
[
#18994
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/18994
)
.
[
#18994
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/18994
)
.
...
@@ -107,13 +107,12 @@ to checkout project sources.
...
@@ -107,13 +107,12 @@ to checkout project sources.
The project's Runner's token was a token that you could find under the
The project's Runner's token was a token that you could find under the
project's
**Settings > CI/CD Pipelines**
and was limited to access only that
project's
**Settings > CI/CD Pipelines**
and was limited to access only that
project.
project.
It could be used for registering new specific Runners assigned to the project
and to checkout project sources.
It could also be used with the GitLab Container Registry for that project,
allowing pulling and pushing Docker images from within the CI build.
The project's Runner's token was used for registering new specific Runners
---
assigned to project and to checkout project sources.
The project Runners token could also be used with the GitLab Container Registry
for that project, allowing pulling and pushing Docker images from within the
CI build.
GitLab would create a special checkout URL like:
GitLab would create a special checkout URL like:
...
@@ -128,7 +127,7 @@ commands to interact with GitLab Container Registry. For example:
...
@@ -128,7 +127,7 @@ commands to interact with GitLab Container Registry. For example:
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
```
```
Using single token had multiple security implications
Using single token had multiple security implications
:
-
The token would be readable to anyone who had developer access to a project
-
The token would be readable to anyone who had developer access to a project
that could run CI builds, allowing the developer to register any specific
that could run CI builds, allowing the developer to register any specific
...
@@ -279,3 +278,4 @@ test:
...
@@ -279,3 +278,4 @@ test:
```
```
[
git-scm
]:
https://git-scm.com/book/en/v2/Git-Tools-Submodules
[
git-scm
]:
https://git-scm.com/book/en/v2/Git-Tools-Submodules
[
build permissions
]:
../permissions.md#builds-permissions
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