Skip to content

Commit

Permalink
support GCP as auth provider (#2)
Browse files Browse the repository at this point in the history
* support GCP as auth provider

* dep ensure the module
  • Loading branch information
honnix authored and Ketan Umare committed Nov 6, 2019
1 parent 9d0117e commit 0ee7a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cmd/kubectl-flyte/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"github.com/lyft/flytestdlib/version"
"github.com/spf13/pflag"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"

Expand Down

0 comments on commit 0ee7a87

Please sign in to comment.