-
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 #316
Conversation
@gadomski or @philvarner - could one of you take a look? First contribution to this repo so please let me know if anything is missing. |
Thanks, I'll take a look this week. |
773a0e0
to
dfc4285
Compare
Thank you for the detailed review @gadomski! I will try to address this soon (likely next week). |
collection or collection_id Add a test to ensure auth headers arg works Move function around Fix mypy and suppress type checks for mocked test Address review comments Fix mypy
9b39abb
to
1e27dbb
Compare
Any movement on this 👀 |
collection or collection_id Add a test to ensure auth headers arg works Move function around Fix mypy and suppress type checks for mocked test Address review comments Fix mypy
The aim of this PR is to build off of stac-utils/pystac#889 so that generic auth headers can be added to
stac-api-validator
and dependent requests that are made bypystac
.--auth-headers
click option that can take a generic auth header dict as a string and attach it to dependent requestsstac_io
of the pystacCatalog
so that the headers will be used as the catalog gets "walked"pystac
version so that Add a mechanism for adding headers to StacIO requests pystac#889 is includedtypeguard
to3.0.2
TODO: