-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add curl middleware plugin #3694
Conversation
9537d89
to
2db52c3
Compare
add a middleware plugin facility to change the curl request. This is intendet to be use for own gitlab/github instances behind an ssl client cert authentification.
2db52c3
to
aa3f6b0
Compare
Also rebased and targeted master, as flakes is already merged |
Ping @edolstra @Ericson2314 |
I marked this as stale due to inactivity. → More info |
@kloenk Do you still want this? If so, could you write a plugin test for this? Marked as draft because no tests yet. |
I currently don't have a direct use for it (but maybe in the future). I also don't really have time to implement it later. I would suggest closing, and when someone needs it, we can revisit it |
OK thanks for replying @kloenk. Will do. |
Motivation
This adds the possibility for plugins to alter the curl request.
This is intended for use on gitlab/github behind and ssl client certificate. But can also be used for tarballs or files behind an ssl client certificate or behind Basic auth.
Context
Checklist for maintainers
Maintainers: tick if completed or explain if not relevant
tests/**.sh
src/*/tests
tests/nixos/*
Priorities
Add 👍 to pull requests you find important.