Skip to content

Add SSH credentials to the UpdateRemoteMirror RPC

Nick Thomas requested to merge (removed):add-ssh-pubkey-auth-for-push into master

In support of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8116

Pushing to a remote is gaining SSH credential support, analogous to the existing support in Repository#fetch_remote. This requires us to be able to pass the SSH private key and known_hosts data from gitlab-rails to Gitaly.

Edited by Nick Thomas

Merge request reports