Skip to content

Workhorse: HTTP endpoint for bidirectional SSH git-receive-pack data

Vasilii Iakliushin requested to merge 466031_add_push_ssh_endpoint into master

What does this MR do and why?

Contributes to #466031

Problem

For Cells and Geo needs we want to route Git push over SSH requests to the correct instance.

Solution

Introduce an HTTP Workhorse endpoint that accepts git push requests coming from GitLab-Shell and responds with git receive pack data.

How to set up and validate locally

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

Edited by Vasilii Iakliushin

Merge request reports