Page MenuHomePhabricator

Implement "git-lfs-authenticate" over SSH
ClosedPublic

Authored by epriestley on Mar 16 2016, 2:51 PM.
Tags
None
Referenced Files
F12810258: D15482.diff
Wed, Mar 27, 10:12 PM
Unknown Object (File)
Tue, Mar 5, 7:06 PM
Unknown Object (File)
Feb 15 2024, 7:16 PM
Unknown Object (File)
Feb 15 2024, 3:45 PM
Unknown Object (File)
Feb 14 2024, 7:53 AM
Unknown Object (File)
Feb 14 2024, 7:53 AM
Unknown Object (File)
Feb 14 2024, 7:53 AM
Unknown Object (File)
Feb 7 2024, 5:49 PM
Subscribers
None

Details

Summary

Ref T7789. This implements a (probably) usable "git-lfs-authenticate" on top of the new temporary token infrastructure.

This won't actually do anything yet, since nothing reads the tokens.

Test Plan
$ ./bin/ssh-exec --phabricator-ssh-user admin --ssh-command 'git-lfs-authenticate'
phabricator-ssh-exec: Expected `git-lfs-authenticate <path> <operation>`, but received too few arguments.
$ ./bin/ssh-exec --phabricator-ssh-user admin --ssh-command 'git-lfs-authenticate x'
phabricator-ssh-exec: Unrecognized repository path "x". Expected a path like "/diffusion/X/" or "/diffusion/123/".
$ ./bin/ssh-exec --phabricator-ssh-user admin --ssh-command 'git-lfs-authenticate diffusion/22'
Exception: Expected `git-lfs-authenticate <path> <operation>`, but received too few arguments.
$ ./bin/ssh-exec --phabricator-ssh-user admin --ssh-command 'git-lfs-authenticate diffusion/22 y'
Exception: Git LFS operation "y" is not supported by this server.
$ ./bin/ssh-exec --phabricator-ssh-user admin --ssh-command 'git-lfs-authenticate diffusion/22 upload'
{"header":{"Authorization":"Basic QGdpdC1sZnM6NmR2bDVreWVsaXNuMmtnNXBtbnZwM3VlaWhubmI1bmI="},"href":"http:\/\/local.phacility.com\/diffusion\/22\/new-callsign-free-repository.git\/info\/lfs"}

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Implement "git-lfs-authenticate" over SSH.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Mar 16 2016, 6:16 PM
This revision was automatically updated to reflect the committed changes.