Skip to content

Commit 38b52f3

Browse files
committed
added: azure authentication
1 parent c2e13e5 commit 38b52f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import (
1919
"go.uber.org/fx/fxevent"
2020
"go.uber.org/zap"
2121
"k8s.io/client-go/kubernetes"
22+
_ "k8s.io/client-go/plugin/pkg/client/auth/azure"
2223
_ "k8s.io/client-go/plugin/pkg/client/auth/exec"
2324
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
2425
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"

0 commit comments

Comments
 (0)