-
Notifications
You must be signed in to change notification settings - Fork 50
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
fix(plugins): auth only when needed during http download #1370
Conversation
Code Coverage (Ubuntu)
Diff against develop
Results for commit: 3845bc2 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)
Diff against develop
Results for commit: 3845bc2 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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.
this was failing if matching_url
or matching_conf
was not set
→ in
HTTPDownload
if a problem occurs during an asset download, aDownload
error is raised and the whole product download is interrupted.planetary_computer
some assets where not downloaded because, for the same product, there are assets where authentication is required for the download and assets where authentication should not be added.→ In
HTTPDownload
, the asset url is now compared tomatching_url
from the config to check if authentication should be added to the request.