diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-04-05 18:34:00 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-04-05 18:34:00 +0000 |
commit | 1367e4ff9fbcdbf8eaa376183d1a2ffca7041641 (patch) | |
tree | 1d0e1c8de45d27558fadda09ad8509b5cdcb0571 /doc/user | |
parent | 160b4827edad1984ddb4339622b93ace17870cb1 (diff) | |
parent | 9750006b1a7e78785256cf669c336c0075584d3b (diff) | |
download | gitlab-ce-1367e4ff9fbcdbf8eaa376183d1a2ffca7041641.tar.gz |
Merge branch '44389-always-allow-http-for-ci-git-operations' into 'master'
Resolve "Allow HTTPS cloning by Runners if it is disabled for users"
Closes #44389
See merge request gitlab-org/gitlab-ce!18021
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/admin_area/settings/visibility_and_access_controls.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/user/admin_area/settings/visibility_and_access_controls.md b/doc/user/admin_area/settings/visibility_and_access_controls.md index 633f16a617c..3d38588a9ed 100644 --- a/doc/user/admin_area/settings/visibility_and_access_controls.md +++ b/doc/user/admin_area/settings/visibility_and_access_controls.md @@ -32,9 +32,15 @@ When you choose to allow only one of the protocols, a couple of things will happ On top of these UI restrictions, GitLab will deny all Git actions on the protocol not selected. +CAUTION: **Important:** +Starting with [GitLab 10.7][ce-18021], HTTP(s) protocol will be allowed for +git clone/fetch requests done by GitLab Runner from CI/CD Jobs, even if +_Only SSH_ was selected. + > **Note:** Please keep in mind that disabling an access protocol does not actually - block access to the server itself. The ports used for the protocol, be it SSH or - HTTP, will still be accessible. What GitLab does is restrict access on the - application level. +block access to the server itself. The ports used for the protocol, be it SSH or +HTTP, will still be accessible. What GitLab does is restrict access on the +application level. [ce-4696]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4696 +[ce-18021]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18021 |