Skip to content

Commit

Permalink
enable InsecureAllowCredentialWithHTTP by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinForReal committed Apr 2, 2024
1 parent 1ccb37b commit a6b50cf
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 a6b50cf

Please sign in to comment.