Skip to content

Commit

Permalink
feat: add oidc's auth provider
Browse files Browse the repository at this point in the history
Signed-off-by: pengfei <[email protected]>
  • Loading branch information
tclxpengfei4-li authored and snappyyouth committed Aug 7, 2024
1 parent ab23490 commit 3d0136b
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 3d0136b

Please sign in to comment.