Skip to content

Commit 3392e93

Browse files
authored
Merge pull request #28 from kinvolk/alban/oidc
Add support for oidc auth on Kubernetes
2 parents 617cd99 + 49988d3 commit 3392e93

File tree

4 files changed

+386
-0
lines changed

4 files changed

+386
-0
lines changed

cmd/kubectl-trace/root.go

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"github.com/spf13/pflag"
88
"k8s.io/cli-runtime/pkg/genericclioptions"
99
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
10+
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
1011
)
1112

1213
func main() {

vendor/k8s.io/client-go/plugin/pkg/client/auth/oidc/OWNERS

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/k8s.io/client-go/plugin/pkg/client/auth/oidc/oidc.go

+379
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)