Skip to content

Commit 7424ff5

Browse files
remove insecure argument
1 parent 3e0a52f commit 7424ff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/config/cloud.go

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ func (c *CloudCredentials) newCloudClient() error {
136136
}
137137

138138
transport := &http.Transport{Proxy: http.ProxyFromEnvironment}
139+
139140
client.HTTPClient = http.Client{
140141
Transport: &utils.LogRoundTripper{
141142
Rt: transport,

0 commit comments

Comments
 (0)