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

Commit 8b433ef

Browse files
mpalumbo7andresmgot
authored andcommitted
Added import for all client-go auth plugins (#991)
* 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
1 parent 25afd67 commit 8b433ef

File tree

667 files changed

+386554
-141355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

667 files changed

+386554
-141355
lines changed

Gopkg.lock

+360-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+4
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
name = "k8s.io/client-go"
118118
version = "v7.0.0"
119119

120+
[[override]]
121+
name = "github.com/Azure/go-autorest"
122+
revision = "v8.0.0"
123+
120124
[prune]
121125
go-tests = true
122126
unused-packages = true

docs/kubeless-on-AKS.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ In order to get Kubeless up and running on top of AKS of course you'll need an A
1818
## 3. Installing "Kubeless-Controller"
1919

2020
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).
21+
22+
> 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`.

pkg/utils/k8sutil.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ import (
4343
monitoringv1alpha1 "github.com/coreos/prometheus-operator/pkg/client/monitoring/v1alpha1"
4444

4545
// Auth plugins
46-
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
47-
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
46+
_ "k8s.io/client-go/plugin/pkg/client/auth"
4847

4948
"github.com/imdario/mergo"
5049
"github.com/kubeless/kubeless/pkg/client/clientset/versioned"

vendor/cloud.google.com/go/compute/metadata/metadata.go

+20-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/LICENSE

+191
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)