You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All requests calls should remove enforced verify=False.
This is a debuging workaround that should not be enabled in deployed instances with valid SSL certificates.
The requests also assume open access. Realistically, most STAC API will not let user openly push new collections/items. The auth parameter must be supported to pass down an authentication/authorization method, such as https://github.com/Ouranosinc/requests-magpie
For convenience, CLI flags or utilities to pass extra arguments to requests calls could be added, but the should not enforce defaults that disable security features.
The text was updated successfully, but these errors were encountered:
All requests calls should remove enforced
verify=False
.This is a debuging workaround that should not be enabled in deployed instances with valid SSL certificates.
The requests also assume open access. Realistically, most STAC API will not let user openly push new collections/items. The
auth
parameter must be supported to pass down an authentication/authorization method, such as https://github.com/Ouranosinc/requests-magpieFor convenience, CLI flags or utilities to pass extra arguments to requests calls could be added, but the should not enforce defaults that disable security features.
The text was updated successfully, but these errors were encountered: