Skip to content

Change the defaults of custom_http_clone_url_root and enabled_git_access_protocol

What does this MR do and why?

The current default values of custom_http_clone_url_root and enabled_git_access_protocol do not seem to match the values that are used when saved via the Web UI.

Screenshots or screen recordings

The result of api/v4/application/settings after a fresh installation of GitLab differs from the result after saving the application settings without any changes.

grafik

How to set up and validate locally

  1. Setup GitLab
  2. GET api/v4/application/settings
  3. Save the application settings via the Web UI
  4. GET api/v4/application/settings
  5. The result of 2. and 4. differs

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 Gregor Dschung

Merge request reports