Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab Development Kit
GitLab Development Kit
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 313
    • Issues 313
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 45
    • Merge Requests 45
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLab Development KitGitLab Development Kit
  • Issues
  • #812

Closed
Open
Opened Feb 20, 2020 by Paul Okstad@pokstad1Developer

SSHD should pass through GIT_PROTOCOL env var

In order to support git wire protocol v2, SSHD should pass through the client provided environment variable GIT_PROTOCOL. This will in turn be sourced by gitlab-shell and then be passed onto Gitaly where it can toggle the v2 feature.

The SSHD configuration needs to have the following directive added:

AcceptEnv GIT_PROTOCOL

Relates to gitaly#2474 (comment 291552130)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gitlab-org/gitlab-development-kit#812