Skip to content

Commit

Permalink
resolve test
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Jan 14, 2025
1 parent 92e034c commit 7bf1973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/utils/minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func MakeMinIOAdminClient(cfg *types.Config) (*MinIOAdminClient, error) {
// Disable tls verification in client transport if verify == false
if !cfg.MinIOProvider.Verify {
tr := &http.Transport{
// #nosec
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
}
adminClient.SetCustomTransport(tr)
Expand Down

0 comments on commit 7bf1973

Please sign in to comment.