Skip to content

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

Vasilii Iakliushin requested to merge 456116_add_ssh_endpoint into master

What does this MR do and why?

Contributes to #456116 (closed)

GitLab-Shell client: gitlab-shell!1081 (merged)

Problem

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

Solution

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

Edited by Vasilii Iakliushin

Merge request reports