Skip to content

Commit

Permalink
Support k8s oidc auth (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugzuzg authored Nov 19, 2024
1 parent f286ad7 commit 37925a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/utils/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

"github.com/grafana/xk6-disruptor/pkg/types/intstr"
corev1 "k8s.io/api/core/v1"
_ "k8s.io/client-go/plugin/pkg/client/auth" // initialize auth plugins
)

// GetTargetPort returns the target port for the given service port
Expand Down

0 comments on commit 37925a5

Please sign in to comment.