nix icon indicating copy to clipboard operation
nix copied to clipboard

libstore: Add the ability to use different auth methods with Http Binary Caches

Open georgyo opened this issue 10 months ago • 4 comments

Motivation

Right now the only auth methods allowed with http caches was the default basic auth method. This meant if you wanted to have any other mechanism for authentication you requiring patching the code.

My personal motivation is enabling ?authmethod=negotiate.

Context

This PR is very similar to #10568 but made to be generic and support as many methods from libcurl as we can reasonably support.

Priorities and Process

Add :+1: to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

georgyo avatar Apr 21 '24 19:04 georgyo