Skip to content

Commit

Permalink
fix: extend authentication to other cloud providers (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: Mattias Ängehov <[email protected]>
  • Loading branch information
MattiasAng and Mattias Ängehov authored Mar 7, 2022
1 parent 036d078 commit 15df238
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions argocd/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ import (

apimachineryschema "k8s.io/apimachinery/pkg/runtime/schema"
clientcmdapi "k8s.io/client-go/tools/clientcmd/api"

// Import to initialize client auth plugins.
_ "k8s.io/client-go/plugin/pkg/client/auth"
)

var apiClientConnOpts apiclient.ClientOptions
Expand Down

0 comments on commit 15df238

Please sign in to comment.