Skip to content

Commit

Permalink
Merge pull request #28 from kinvolk/alban/oidc
Browse files Browse the repository at this point in the history
Add support for oidc auth on Kubernetes
  • Loading branch information
fntlnz authored Jan 12, 2019
2 parents 617cd99 + 49988d3 commit 3392e93
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kubectl-trace/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"github.com/spf13/pflag"
"k8s.io/cli-runtime/pkg/genericclioptions"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
)

func main() {
Expand Down
5 changes: 5 additions & 0 deletions vendor/k8s.io/client-go/plugin/pkg/client/auth/oidc/OWNERS

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

379 changes: 379 additions & 0 deletions vendor/k8s.io/client-go/plugin/pkg/client/auth/oidc/oidc.go

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

Loading

0 comments on commit 3392e93

Please sign in to comment.