Skip to content

Add enabled git access protocol option to groups

Robert May requested to merge thing-for-ip-thing into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Adds support for configuring git access protocols at the group level. Currently this only works on the root group and not descendants, but this could be updated in future if required.

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/364840

Feature flag

The group setting is hidden behind the group_level_git_protocol_control feature flag. This is to aid in rolling out this change and will be removed quickly afterwards.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

When instance setting isn't configured

Screenshot_2022-06-14_at_16.45.02

Field disabled when instance setting is configured

Screenshot_2022-06-14_at_16.45.58

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Robert May

Merge request reports