Skip to content

Commit

Permalink
Merge pull request #492 from caseydavenport/auth-providers
Browse files Browse the repository at this point in the history
Import k8s auth providers
  • Loading branch information
caseydavenport authored Aug 8, 2017
2 parents 2d9e5aa + 34f4536 commit 35dcff8
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 6 deletions.
59 changes: 53 additions & 6 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/backend/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import (

log "github.com/sirupsen/logrus"

_ "k8s.io/client-go/plugin/pkg/client/auth" // Import all auth providers.

capi "github.com/projectcalico/libcalico-go/lib/api"
"github.com/projectcalico/libcalico-go/lib/backend/api"
"github.com/projectcalico/libcalico-go/lib/backend/k8s/resources"
Expand Down

0 comments on commit 35dcff8

Please sign in to comment.