Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

georgyo
Copy link

@georgyo georgyo commented Apr 21, 2024

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 👍 to pull requests you find important.

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

@github-actions github-actions bot added the store Issues and pull requests concerning the Nix store label Apr 21, 2024
@georgyo
Copy link
Author

georgyo commented Apr 25, 2024

@roberth Do you have any thoughts on this version of the PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
store Issues and pull requests concerning the Nix store
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant