Skip to content

Commit

Permalink
adding more auth providers to fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Feb 5, 2019
1 parent 34beab9 commit e8a6df1
Show file tree
Hide file tree
Showing 3,595 changed files with 3,267,518 additions and 6 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
157 changes: 155 additions & 2 deletions Gopkg.lock

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

6 changes: 2 additions & 4 deletions pkg/kube/clientset.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ import (
"k8s.io/client-go/tools/clientcmd"
metrics "k8s.io/metrics/pkg/client/clientset/versioned"

// Required for GKE
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
// Required for OIDC
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
// Required for GKE, OIDC, and more
_ "k8s.io/client-go/plugin/pkg/client/auth"
)

// NewClientSet returns a new Kubernetes clientset
Expand Down
17 changes: 17 additions & 0 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/.travis.yml

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

24 changes: 24 additions & 0 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/CONTRIBUTING.md

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

Loading

0 comments on commit e8a6df1

Please sign in to comment.