Skip to content

Commit

Permalink
add-auth: add auth plugin package
Browse files Browse the repository at this point in the history
some clusters may have some kind of kubectl authenticator
example 'OIDC', `gcb`, etc. So adding the auth pkg will
help.

Signed-off-by: subhamkrai <srai@redhat.com>
  • Loading branch information
subhamkrai committed Jun 27, 2023
1 parent 519ca0b commit a7f76e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (

v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
k8s "k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/client-go/tools/clientcmd"
)

Expand Down

0 comments on commit a7f76e9

Please sign in to comment.