Skip to content

Commit

Permalink
Merge pull request #5831 from MartinForReal/master
Browse files Browse the repository at this point in the history
Track2 sdk:enable InsecureAllowCredentialWithHTTP by default
  • Loading branch information
k8s-ci-robot committed Apr 2, 2024
2 parents 1ccb37b + a6b50cf commit 582cb12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/azclient/utils/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ func GetDefaultAzCoreClientOption() policy.ClientOptions {
Transport: &http.Client{
Transport: DefaultTransport,
},
TracingProvider: TracingProvider,
Cloud: cloud.AzurePublic,
TracingProvider: TracingProvider,
Cloud: cloud.AzurePublic,
InsecureAllowCredentialWithHTTP: true,
}
}

0 comments on commit 582cb12

Please sign in to comment.