Open Issues Need Help
View All on GitHubAI Summary: This issue proposes an enhancement to allow importing Go dependencies using the `go tool` command, similar to an existing implementation in the external-dns project's Makefile. The goal is to streamline dependency management within the project.
AI Summary: This issue requests the implementation of SIGHUP signal interception within the application. The goal is to integrate this signal handling into the application's context management, likely to facilitate graceful shutdowns or configuration reloads for the application.
AI Summary: This issue proposes enhancing the `aws-sso whoami` command to proactively check the expiration timestamp of the current AWS SSO token. If the token is nearing expiration, the command should warn the user instead of waiting for a `403 Forbidden` error when attempting to use it.