A GitHub App that acts like a Security Token Service (STS) for the Github API

1 Open Issue Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task involves analyzing the necessity of the `EVENT_INGRESS_URI` environment variable in the Octo-STS GitHub App. The current code requires it, but the issue suggests it might be optional, especially when metrics are disabled. The solution likely involves modifying the code to conditionally use the CloudEvents client based on the presence of the environment variable and the `METRICS` flag, potentially creating a no-op client for when it's not needed. This might require understanding the CloudEvents integration within the application and potentially refactoring parts of the code.

Complexity: 4/5
good first issue

A GitHub App that acts like a Security Token Service (STS) for the Github API

Go