Skip to content

Commit

Permalink
Add oidc and gcp auth providers (#41)
Browse files Browse the repository at this point in the history
* Add oidc and gcp auth providers

* add dependencies for oidc and gcp auth providers

* Just use k8s.io/client-go/plugin/pkg/client/auth rather than load individually

* more vendors

* Remove debug code
  • Loading branch information
bakins authored and anguslees committed Aug 14, 2017
1 parent 1886450 commit cba0a91
Show file tree
Hide file tree
Showing 126 changed files with 20,069 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/kubeseal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ import (

// Register v1.Secret type
_ "k8s.io/client-go/pkg/api/install"

// Register Auth providers
_ "k8s.io/client-go/plugin/pkg/client/auth"
)

var (
Expand Down
202 changes: 202 additions & 0 deletions vendor/cloud.google.com/go/LICENSE

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

Loading

0 comments on commit cba0a91

Please sign in to comment.