Skip to content
  • Vasilii Iakliushin's avatar
    Workhorse: HTTP endpoint for bidirectional SSH git-receive-pack data · fa76f0f2
    Vasilii Iakliushin authored
    Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/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.
    
    Changelog: added
    EE: true
    fa76f0f2