Skip to content

Commit

Permalink
support client auth plugins in out-of-cluster auth
Browse files Browse the repository at this point in the history
Signed-off-by: ilackarms <sdw35@cornell.edu>
  • Loading branch information
ilackarms authored and yuval-k committed Apr 20, 2018
1 parent 04eb021 commit 50747d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/bootstrap/flags/kube_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import (
"github.com/solo-io/gloo/pkg/bootstrap"
"github.com/solo-io/gloo/pkg/storage/crd"
"github.com/spf13/cobra"

// enables various kubernetes authentication plugins
_ "k8s.io/client-go/plugin/pkg/client/auth"
)

func AddKubernetesFlags(cmd *cobra.Command, opts *bootstrap.Options) {
Expand Down

0 comments on commit 50747d3

Please sign in to comment.