Open Issues Need Help
View All on GitHubAI 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.
Reverse proxy to mediate communication between a client and an internally accessible STAC API in order to provide a flexible authentication mechanism.
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.
Reverse proxy to mediate communication between a client and an internally accessible STAC API in order to provide a flexible authentication mechanism.