> > + # NEEDSWORK: When using HTTP(S), protocol v0 supports a "half-auth"
> > + # configuration with authentication required only when downloading
> > + # objects and not refs, by having the HTTP server only require
> > + # authentication for the "git-upload-pack" path and not "info/refs".
Hi,
Jonathan Tan wrote:
> When using protocol v0, upload-pack over HTTP permits a "half-auth"
> configuration in which, at the web server layer, the info/refs path is
> not protected by authentication but the git-upload-pack path is, so that
> a user can perform fetches that do not download any o
On Fri, Mar 22, 2019 at 12:01:39PM -0700, Jonathan Tan wrote:
> When using protocol v0, upload-pack over HTTP permits a "half-auth"
> configuration in which, at the web server layer, the info/refs path is
> not protected by authentication but the git-upload-pack path is, so that
> a user can perfo
3 matches
Mail list logo