developmentseed / developmentseed/stac-auth-proxy
Support operating without upstream URL
Open
- Dominant language
- Python
- Stars
- 46
- Forks
- 8
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 2
Description
If someone runs the stac auth proxy in a non-proxy mode (e.g. using `configure_app()`), we should allow the user to omit the upstream URL.
This would require updating the following middleware and handler:
https://github.com/developmentseed/stac-auth-proxy/blob/40444cf2cfdd6cb8e660ecd35ce5f03055ca3f7e/src/stac_auth_proxy/app.py#L139-L144
https://github.com/developmentseed/stac-auth-proxy/blob/40444cf2cfdd6cb8e660ecd35ce5f03055ca3f7e/src/stac_auth_proxy/app.py#L79-L83
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.