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
I would be fine with any solution. I could imagine passing it on the command line, use an environment variable, or having to enter it interactively in the terminal.
It would be great to have authentication support in stac-cli, just like stac-browser is doing with radiantearth/stac-browser#81 and https://github.com/radiantearth/stac-browser/blob/main/docs/options.md#authconfig
For example, to access an API Key protected STAC instance, I'd like to do something that would like this:
stac search --auth-type=apiKey --auth-in=header --auth-name=x-api-key <HREF>
The text was updated successfully, but these errors were encountered: