-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Auth support for NVM_AUTH_HEADER env var #3380
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! It'll need some tests ofc.
2bf3f9a
to
78e9f45
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
016af9d
to
8fcd4ab
Compare
981d19c
to
29331ff
Compare
Closes nvm-sh#3366 Co-authored-by: David Welch <[email protected]> Co-authored-by: Andre Kradolfer <[email protected]>
Has this been tested for basic authentication using I'm trying to use NVM_AUTH_HEADER to authenticate to a proxy repo in Nexus and Nexus does not use a bearer token. |
I'd love to get a PR with a test case for it. |
A simple POC to build from, but wanted to open for feedback on #3366