Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Added import for all client-go auth plugins (#991)
Browse files Browse the repository at this point in the history
* Added import for all client-go auth plugins

* Added results from running dep ensure after previous commit

* Updated dependencies

* Note about CLI versions that support Azure AD

Added a note about the addition of the Azure AD auth provider in CLI version > 1.0.1
  • Loading branch information
mpalumbo7 authored and andresmgot committed Feb 4, 2019
1 parent 25afd67 commit 8b433ef
Show file tree
Hide file tree
Showing 667 changed files with 386,554 additions and 141,355 deletions.
453 changes: 360 additions & 93 deletions Gopkg.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
name = "k8s.io/client-go"
version = "v7.0.0"

[[override]]
name = "github.com/Azure/go-autorest"
revision = "v8.0.0"

[prune]
go-tests = true
unused-packages = true
2 changes: 2 additions & 0 deletions docs/kubeless-on-AKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ In order to get Kubeless up and running on top of AKS of course you'll need an A
## 3. Installing "Kubeless-Controller"

Assuming that the Kubernetes cluster is up and running on top of ACS, its time to install Kubeless. To accomplish, please, follow the steps described on Kubeless [Quick-Start Guide](/docs/quick-start).

> NOTE: For [Azure AD enabled AKS clusters](https://docs.microsoft.com/en-us/azure/aks/aad-integration), support for the `kubeless` CLI to authenticate against Azure AD is only available in versions greater than `v1.0.1`.
3 changes: 1 addition & 2 deletions pkg/utils/k8sutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ import (
monitoringv1alpha1 "github.com/coreos/prometheus-operator/pkg/client/monitoring/v1alpha1"

// Auth plugins
_ "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"

"github.com/imdario/mergo"
"github.com/kubeless/kubeless/pkg/client/clientset/versioned"
Expand Down
30 changes: 20 additions & 10 deletions vendor/cloud.google.com/go/compute/metadata/metadata.go

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

191 changes: 191 additions & 0 deletions vendor/github.com/Azure/go-autorest/LICENSE

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

Loading

0 comments on commit 8b433ef

Please sign in to comment.