-
Notifications
You must be signed in to change notification settings - Fork 16
Support Auth extension #267
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
Labels
Comments
For this example: stac search --auth-type=apiKey --auth-in=header --auth-name=x-api-key <HREF> How would you want to supply to key itself? Environment variable? |
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: