Skip to content

Commit

Permalink
Add Azure auth support
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Apr 1, 2020
1 parent 2c8f335 commit 215722b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/flt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import (
_ "github.com/rancher/wrangler-api/pkg/generated/controllers/apiextensions.k8s.io"

// Add non-default auth providers (excluding azure because of dependencies)
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
_ "k8s.io/client-go/plugin/pkg/client/auth/openstack"
_ "k8s.io/client-go/plugin/pkg/client/auth"
)

func main() {
Expand Down

0 comments on commit 215722b

Please sign in to comment.