Page MenuHomePhabricator

Implement "git-lfs-authenticate" over SSH
ClosedPublic

Authored by epriestley on Mar 16 2016, 2:51 PM.
Tags
None
Referenced Files
F15182118: D15482.id37330.diff
Thu, Feb 20, 12:05 AM
Unknown Object (File)
Tue, Feb 18, 10:12 PM
Unknown Object (File)
Tue, Feb 18, 2:33 PM
Unknown Object (File)
Sun, Feb 16, 6:32 AM
Unknown Object (File)
Mon, Feb 10, 1:27 PM
Unknown Object (File)
Mon, Feb 10, 1:26 PM
Unknown Object (File)
Mon, Feb 10, 1:26 PM
Unknown Object (File)
Sun, Feb 2, 5:42 AM
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.