-
Notifications
You must be signed in to change notification settings - Fork 26
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
APIHeader authentication does not work and prints an error message that is not useful #206
Comments
Cross-posting this from #207: @philvarner I added a pathway to pass headers to |
@hrodmn so the workflow for your users would be something like this:
Is that correct? |
@remicres yes that is how I tested it. It is not a very intuitive workflow, but if you know which key/value pairs you need for API Header authentication it works fine. If we ever merge this change into the main branch it will be important to add some more documentation in the connection widget to guide users down this path! |
@hrodmn this looks nice. I agree that this PR points in the right direction. In my case, also should transform COG assets URLs (and vectors also).
With
So I "just" have to grab the the key/value pairs from QGIS, save them in a temporary file, and transform the assets URLs. |
I have an api that requires a header
Authorization: Bearer <token>
to use. I configured this in the STAC API Plugin UI, but when I do Test Connection, the server says it is not a valid stac api. When I try to do other operations, I get a message that just says "Error, details," with no details.Two issues here:
The text was updated successfully, but these errors were encountered: