Skip to content

Commit 37f9db0

Browse files
authored
Load all common k8s auth providers (#201)
1 parent b752901 commit 37f9db0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/DopplerHQ/cli v0.5.11-0.20230908185655-7aef4713e1a4
1414
github.com/a8m/envsubst v1.3.0
1515
github.com/aws/aws-sdk-go v1.43.43
16+
github.com/cyberark/conjur-api-go v0.11.1
1617
github.com/fujiwara/tfstate-lookup v1.1.5
1718
github.com/getsops/sops/v3 v3.8.0
1819
github.com/google/go-cmp v0.5.9
@@ -76,7 +77,6 @@ require (
7677
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
7778
github.com/cloudflare/circl v1.3.7 // indirect
7879
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
79-
github.com/cyberark/conjur-api-go v0.11.1 // indirect
8080
github.com/danieljoos/wincred v1.1.2 // indirect
8181
github.com/davecgh/go-spew v1.1.1 // indirect
8282
github.com/dimchansky/utfbom v1.1.1 // indirect

pkg/providers/k8s/k8s.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88

99
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1010
"k8s.io/client-go/kubernetes"
11+
_ "k8s.io/client-go/plugin/pkg/client/auth"
1112
"k8s.io/client-go/rest"
1213
"k8s.io/client-go/tools/clientcmd"
1314

0 commit comments

Comments
 (0)