-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Proposal: Allow Auth Plugins to use netrc #718
Comments
Sample run
|
Good idea 👍 See my comments on your PR. |
@jakubroztocil PR updated. |
@jakubroztocil can this be merged please? |
Just pushed support for this to @labeneator: I based it on your PR #719, so please feel free to add yourself to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on a previous issue #162 and my use case, I'd like to propose a small extension to auth plugins to allow netrc credentials.
Use Case
We have a plugin that provides http-signatures support to httpie. However, providing an access/secret key pair becomes cumbersome, especially once one has multiple environments to work with (local dev/integ/prod....).
It would be great if we could leverage .netrc as a store for credentials (instead of creating yet another config file).
Proposal
principle of least astonishment
(Existing plugins will not be impacted).The text was updated successfully, but these errors were encountered: