Skip to content

Commit

Permalink
remove unused wrapper in credentialprovider clientS
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinForReal authored and k8s-infra-cherrypick-robot committed Sep 10, 2024
1 parent 914466a commit fbc45bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/credentialprovider/azure_credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import (
"time"

"sigs.k8s.io/cloud-provider-azure/pkg/azclient"
"sigs.k8s.io/cloud-provider-azure/pkg/azclient/armauth"
"sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader"
providerconfig "sigs.k8s.io/cloud-provider-azure/pkg/provider/config"

Expand Down Expand Up @@ -116,7 +115,6 @@ func NewAcrProviderFromConfig(configFile string) (CredentialProvider, error) {
if err != nil {
return nil, err
}
managedIdentityCredential = armauth.NewExpireEarlyTokenWrapper(managedIdentityCredential)
}

return &acrProvider{
Expand Down

0 comments on commit fbc45bb

Please sign in to comment.