Skip to content

Commit fdfdf9a

Browse files
FalcoSuessgottTom Morelly
and
Tom Morelly
authored
feat(oidc): support OIDC in kubeconfig (#75)
Co-authored-by: Tom Morelly <tom.morelly@cba.com.au>
1 parent 3638de2 commit fdfdf9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kubernetes/kubernetes.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66

77
"k8s.io/client-go/rest"
88
"k8s.io/client-go/tools/clientcmd"
9+
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
910
)
1011

1112
func GetRESTConfig(

0 commit comments

Comments
 (0)