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

AI Summary: The task is to modify the project's GitHub Actions workflow to version and publish Helm charts only upon release, mirroring the existing Docker image release process. This involves removing the current `on: push` trigger, integrating versioning using the release tag name, and potentially simplifying the chart tagging process for consistency.

Complexity: 3/5
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 2 months 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