Skip to content

Commit

Permalink
add OIDC auth plugin
Browse files Browse the repository at this point in the history
fixes #96
  • Loading branch information
prydonius authored Dec 18, 2017
1 parent 0cf7cac commit 67a6c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ import (
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"

// Adding explicitely the GCP auth plugin
// Explicitly adds the GCP and OIDC auth plugins
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
)

var (
Expand Down

0 comments on commit 67a6c55

Please sign in to comment.