Skip to content

Commit 27c53f5

Browse files
committed
added: exec authentication
1 parent 54409d0 commit 27c53f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
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/exec"
2223
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
2324
"k8s.io/client-go/tools/clientcmd"
2425
)

0 commit comments

Comments
 (0)