-
Notifications
You must be signed in to change notification settings - Fork 8
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
Allow for generic auth headers with pystac + validators #392
Conversation
we would need this change for our project, to be able to pass a custom api key header, is there something I can do to help? |
Thanks for the ping @vprivat-ads ... I've brought the PR up-to-date and fixed some tests, so we should be able to merge+release before too long. |
Thank you! |
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 all looks good to me, though the tests are not going to be resilient to changes in the requests
version. I suggested a small change to avoid having to update that test if/when we upgrade to a new version of requests
.
This is a re-try of #316, which failed CI on main because it was merged with pretty stale CI checks by me (@gadomski).