Skip to content

Commit 7431bf6

Browse files
authored
add support for oidc auth in k8s client (#1)
1 parent 403d3ad commit 7431bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/common/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import (
3232
"strings"
3333

3434
"k8s.io/client-go/kubernetes"
35+
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
3536
"k8s.io/client-go/rest"
3637
"k8s.io/client-go/tools/clientcmd"
3738
)

0 commit comments

Comments
 (0)