We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d15d6b commit 44a0d3eCopy full SHA for 44a0d3e
internal/cloud/eksauth/service.go
@@ -30,6 +30,7 @@ func NewService(cfg aws.Config) Iface {
30
// Configure HTTP client with custom timeouts
31
httpClient := &http.Client{
32
Transport: &http.Transport{
33
+ Proxy: http.ProxyFromEnvironment,
34
DialContext: (&net.Dialer{
35
Timeout: 500 * time.Millisecond, // Socket timeout
36
}).DialContext,
0 commit comments