Skip to content

Commit

Permalink
Merge pull request #702 from fluxcd/client-auth
Browse files Browse the repository at this point in the history
Importing k8s.io/client-go/plugin/pkg/client/auth package to hopefully fix oidc auth issue.
  • Loading branch information
swade1987 authored Jul 26, 2024
2 parents 1dc5259 + da00573 commit dd1624b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
"github.com/fluxcd/flux2/v2/pkg/manifestgen"
"github.com/go-logr/logr"
"github.com/hashicorp/terraform-plugin-framework/providerserver"
_ "k8s.io/client-go/plugin/pkg/client/auth"
ctrllog "sigs.k8s.io/controller-runtime/pkg/log"

"github.com/fluxcd/terraform-provider-flux/internal/provider"
Expand Down

0 comments on commit dd1624b

Please sign in to comment.