Skip to content

Commit

Permalink
Merge pull request #3663 from snappyyouth/master
Browse files Browse the repository at this point in the history
feat: add oidc's auth provider
  • Loading branch information
volcano-sh-bot authored Aug 9, 2024
2 parents c8a1329 + 3d0136b commit e811170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/controller-manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
"github.com/spf13/pflag"
_ "go.uber.org/automaxprocs"
utilfeature "k8s.io/apiserver/pkg/util/feature"
_ "k8s.io/client-go/plugin/pkg/client/auth"
cliflag "k8s.io/component-base/cli/flag"
componentbaseoptions "k8s.io/component-base/config/options"
"k8s.io/klog/v2"
Expand Down
1 change: 1 addition & 0 deletions cmd/scheduler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"github.com/spf13/pflag"
_ "go.uber.org/automaxprocs"
utilfeature "k8s.io/apiserver/pkg/util/feature"
_ "k8s.io/client-go/plugin/pkg/client/auth"
cliflag "k8s.io/component-base/cli/flag"
componentbaseoptions "k8s.io/component-base/config/options"
"k8s.io/klog/v2"
Expand Down
1 change: 1 addition & 0 deletions cmd/webhook-manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (

"github.com/spf13/pflag"
_ "go.uber.org/automaxprocs"
_ "k8s.io/client-go/plugin/pkg/client/auth"

cliflag "k8s.io/component-base/cli/flag"
"k8s.io/klog/v2"
Expand Down

0 comments on commit e811170

Please sign in to comment.