Skip to content

Commit 15df238

Browse files
MattiasAngMattias Ängehov
andauthored
fix: extend authentication to other cloud providers (#149)
Co-authored-by: Mattias Ängehov <[email protected]>
1 parent 036d078 commit 15df238

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

argocd/provider.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ import (
1616

1717
apimachineryschema "k8s.io/apimachinery/pkg/runtime/schema"
1818
clientcmdapi "k8s.io/client-go/tools/clientcmd/api"
19+
20+
// Import to initialize client auth plugins.
21+
_ "k8s.io/client-go/plugin/pkg/client/auth"
1922
)
2023

2124
var apiClientConnOpts apiclient.ClientOptions

0 commit comments

Comments
 (0)