Skip to content
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 for authentication and complex hosts. #1052

Merged
merged 3 commits into from
Sep 7, 2015

Conversation

colinbull
Copy link
Contributor

This P.R adds support for authentication to HTTP dependencies and also prevents HTTP dependencies failing with an invalid path exception is the authority part of the URL is a IP or a DNS PORT.

Couple of things to note. I have added an additional parameter to the http spec that allows you to specify the sourceName. This is the key that is used to look up the credentials in the auth store. And example of the full spec is now

http http://10.235.123.16:19/test1.fs test1.fs MySource

This will use the MySource as the auth key, and the folder name should become 10.235.123.16_19/MySource.

Also the documentation has been updated to reflect this change.

@forki
Copy link
Member

forki commented Sep 7, 2015

awesome

forki added a commit that referenced this pull request Sep 7, 2015
Support for authentication and complex hosts.
@forki forki merged commit c3cb569 into fsprojects:master Sep 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants