terrakube icon indicating copy to clipboard operation
terrakube copied to clipboard

Add proxy support to GitHubTokenService

Open alfespa17 opened this issue 8 months ago • 1 comments

Added support for proxy in the GitHubTokenService. The code now checks if a proxy host is set in system properties and if so, uses it to create the HttpClient. If no proxy host is specified, it falls back to the default settings. Additionally, log messages were introduced to aid in debugging.

Fix #902

alfespa17 avatar Jun 07 '24 19:06 alfespa17