Skip to content

Commit 54409d0

Browse files
authored
added: oidc authentication is enabled
2 parents 5c8cf3b + a0ea90c commit 54409d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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/oidc"
2223
"k8s.io/client-go/tools/clientcmd"
2324
)
2425

0 commit comments

Comments
 (0)