-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support basic auth #32
Support basic auth #32
Conversation
I'm not on board with this approach, it's too easy to accidentally ignore the subtle differences between the local and upstream versions of the function. How about modifying |
✨ _**This is an old work account. Please reference @brandonchinn178 for all future communication**_ ✨
<!-- updated by mention_personal_account_in_comments.py -->
…---
Sure, I can make a completely separate function instead of shadowing the
function in Pantry.HTTP.
The problem we're trying to solve is using a private hackage instance that
requires authentication. So trying to do
```yaml
package-indices:
- download-prefix: https://user:[email protected]
```
Will fail to pass the username and password through
|
LGTM. Can you add a version bump and changelog entry? |
✨ This is an old work account. Please reference @brandonchinn178 for all future communication ✨ Done! |
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.
Thanks!
✨ This is an old work account. Please reference @brandonchinn178 for all future communication ✨
Fixes commercialhaskell/stack#5509
Tested that it works with our private hackage instance