Skip to content

Commit

Permalink
Load all common k8s auth providers (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrchboy authored Feb 2, 2024
1 parent b752901 commit 37f9db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
github.com/DopplerHQ/cli v0.5.11-0.20230908185655-7aef4713e1a4
github.com/a8m/envsubst v1.3.0
github.com/aws/aws-sdk-go v1.43.43
github.com/cyberark/conjur-api-go v0.11.1
github.com/fujiwara/tfstate-lookup v1.1.5
github.com/getsops/sops/v3 v3.8.0
github.com/google/go-cmp v0.5.9
Expand Down Expand Up @@ -76,7 +77,6 @@ require (
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/cyberark/conjur-api-go v0.11.1 // indirect
github.com/danieljoos/wincred v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
Expand Down
1 change: 1 addition & 0 deletions pkg/providers/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"

Expand Down

0 comments on commit 37f9db0

Please sign in to comment.