Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update container_authenticator.go
  • Loading branch information
jacek-midura authored Jul 14, 2025
commit 776747c7961d26288e21523cf91a8ab6df74d1e0
1 change: 1 addition & 0 deletions core/container_authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ func (authenticator *ContainerAuthenticator) client() *http.Client {
transport := &http.Transport{
// #nosec G402
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
Proxy: http.ProxyFromEnvironment,
}
authenticator.Client.Transport = transport
}
Expand Down