Skip to content

Commit

Permalink
bugfix: Support OIDC clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavinraja-G committed Sep 25, 2023
1 parent 732c798 commit a1cbdb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"path/filepath"

k8s "k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
"k8s.io/client-go/util/homedir"
Expand Down

0 comments on commit a1cbdb1

Please sign in to comment.