Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit a037bb7

Browse files
skinnymboersma
authored andcommitted
fix(auth): Explicitly import the AAD library to allow cluster upgrades to succeed. (#1474)
1 parent 8c63f4b commit a037bb7

File tree

3 files changed

+365
-1
lines changed

3 files changed

+365
-1
lines changed

Gopkg.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/engine/engine.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ import (
2626
"github.com/Azure/aks-engine/pkg/api/common"
2727
"github.com/Azure/aks-engine/pkg/helpers"
2828
"github.com/pkg/errors"
29+
30+
_ "k8s.io/client-go/plugin/pkg/client/auth/azure" // register azure (AD) authentication plugin
2931
)
3032

3133
var commonTemplateFiles = []string{agentOutputs, agentParams, masterOutputs, iaasOutputs, masterParams, windowsParams}

vendor/k8s.io/client-go/plugin/pkg/client/auth/azure/azure.go

Lines changed: 360 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)