Skip to content

Default to Gitaly for 'git push' HTTP/SSH, and make Gitaly mandatory for SSH pull

Jacob Vosmaer requested to merge gitaly-git-http-ssh into master

What does this MR do?

  • Make Gitaly mandatory for 'git pull' over SSH
  • Make Gitaly opt-out for 'git push' over HTTP(S) and SSH

Pull-over-SSH has been in opt-out since GitLab 10.3 and we have heard no complaints.

Push-over-HTTP/SSH has been running on gitlab.com without trouble since mid December 2017.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Our goal is to remove all Gitaly migration flags, this is a small step in that direction.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Jacob Vosmaer

Merge request reports