Skip to content

Commit

Permalink
Support OIDC Auth Provider (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Suderman <[email protected]>
  • Loading branch information
pkoraca and Andrew Suderman authored Jun 11, 2020
1 parent 46f6850 commit bccf7dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/helm/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ import (
"sync"

"k8s.io/client-go/kubernetes"
// This is required to auth to gcp (i.e. GKE)
// This is required to auth to cloud providers (i.e. GKE)
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
"sigs.k8s.io/controller-runtime/pkg/client/config"
)

Expand Down

0 comments on commit bccf7dd

Please sign in to comment.