Skip to content

Commit

Permalink
adding import for k8s oidc
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com>
  • Loading branch information
superbeeny committed Aug 14, 2024
1 parent e844ee4 commit 52fb121
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/kubeutil/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ import (
"k8s.io/client-go/rest"
runtimeclient "sigs.k8s.io/controller-runtime/pkg/client"
csidriver "sigs.k8s.io/secrets-store-csi-driver/apis/v1alpha1"

// Import kubernetes auth plugins
_ "k8s.io/client-go/plugin/pkg/client/auth"
)

// Clients is a collection of Kubernetes clients.
Expand Down

0 comments on commit 52fb121

Please sign in to comment.