Skip to content

Add gitlab-shell LFS pure SSH protocol setting

What does this merge request do and why?

This MR adds a new GDK setting called gitlab_shell.lfs.pure_ssh_protocol which is used in the support/templates/gitlab-shell/config.yml.erb which ultimately creates <GDK_ROOT>/gitlab-shell/config.yml with the following content:

lfs:
  # https://gitlab.com/groups/gitlab-org/-/epics/11872, disabled by default.
  pure_ssh_protocol: <true|false>

Related:

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Ash McKenzie

Merge request reports