Reverse proxy to mediate communication between a client and an internally accessible STAC API in order to provide a flexible authentication mechanism.

2 Open Issues Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub
Version helm charts about 1 month ago
good first issue help wanted refactor

Reverse proxy to mediate communication between a client and an internally accessible STAC API in order to provide a flexible authentication mechanism.

Python
Support Lambda runtime about 1 year ago

AI Summary: The task requires adapting the STAC Auth Proxy, currently designed for Docker and standard Python environments, to function within the constraints of an AWS Lambda runtime environment. This involves addressing limitations on dependencies, execution time, and memory usage inherent in Lambda functions. It may necessitate refactoring parts of the application, potentially using a lightweight ASGI server compatible with Lambda, and optimizing resource consumption.

Complexity: 4/5
enhancement good first issue

Reverse proxy to mediate communication between a client and an internally accessible STAC API in order to provide a flexible authentication mechanism.

Python