add authentication support for private repositories#32
Merged
lykhvar merged 2 commits intovet-run:feat/authfrom Aug 20, 2025
Merged
add authentication support for private repositories#32lykhvar merged 2 commits intovet-run:feat/authfrom
lykhvar merged 2 commits intovet-run:feat/authfrom
Conversation
support for ~/.netrc support for environment variable support for stdin
Contributor
|
@jarebear6expepjozn6rakjq5iczi3irqwphcvb, thank you for this contribution! My apologies for the delayed response; it’s been a busy few days. I’ll be reviewing it over the next couple of days and am excited to dig in. |
Contributor
|
Thanks again for this PR @jarebear6expepjozn6rakjq5iczi3irqwphcvb! Your work here was a huge help, as it made me realize the original specification for this feature needs to be extended. Rather than merging directly, my plan is to retarget this PR to a new feature branch. From there, I’ll build on your work, introduce a custom HTTP header option, update the test cases, and then merge into Thanks again for taking the time to contribute and get this feature started! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
support for ~/.netrc
support for environment variable
support for stdin
notes:
I was not able to confirm that wget, independent of vet, could read my ~/.netrc file despite it being used successfully by curl. I was testing on wget 1.21.3 debian bookworm, so maybe someone else can verify that please.
re: issue #4