Skip to content

Commit

Permalink
Merge pull request #6222 from zarvd/fix/azclient/auth_client_options
Browse files Browse the repository at this point in the history
[pkg/azclients] Set auth provider client options
  • Loading branch information
k8s-ci-robot authored May 20, 2024
2 parents 37cc8ea + dfb4bb5 commit 5ba3186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/azclient/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ func NewAuthProvider(armConfig *ARMClientConfig, config *AzureAuthConfig, client
NetworkClientSecretCredential: networkClientSecretCredential,
NetworkTokenCredential: networkTokenCredential,
MultiTenantCredential: multiTenantCredential,

ClientOptions: clientOption,
}, nil
}

Expand Down

0 comments on commit 5ba3186

Please sign in to comment.