diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-21 15:09:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-21 15:09:33 +0000 |
commit | c39912f5538caca913374a8983adffc234b3f1c9 (patch) | |
tree | 8dfffd81aff7ba03c152991a0c825d9076dcf624 /doc/user/group/index.md | |
parent | cd6e1ccea48e770d74296f4fdb8957d3cfb073f3 (diff) | |
download | gitlab-ce-c39912f5538caca913374a8983adffc234b3f1c9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/group/index.md')
-rw-r--r-- | doc/user/group/index.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index c0ae721e3b4..18b4a7e1bcb 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -668,6 +668,19 @@ The most popular public email domains cannot be restricted, such as: - `hotmail.com`, `hotmail.co.uk`, `hotmail.fr` - `msn.com`, `live.com`, `outlook.com` +## Restrict Git access protocols + +> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/365601) in GitLab 15.1. + +Access to the group's repositories via SSH or HTTP(S) can be restricted to individual protocols. This setting is overridden by the instance setting configured in the GitLab Admin. + +To alter the permitted Git access protocols: + +1. Go to the group's **Settings > General** page. +1. Expand the **Permissions and group features** section. +1. Choose the allowed protocols from **Enable Git access protocols** +1. Select **Save changes** + ## Group file templates **(PREMIUM)** Use group file templates to share a set of templates for common file |