fix(auth): Explicitly import the AAD library to allow cluster upgrades#1474
fix(auth): Explicitly import the AAD library to allow cluster upgrades#1474mboersma merged 1 commit intoAzure:masterfrom
Conversation
|
It looks like some symlinks got checked in as files in this PR, which will cause problems when checking out to UNIX-y platforms. I'm not entirely sure how to fix that, but maybe it's related to the core.symlinks git setting? |
|
Yeah I didnt know what to do with those either. They got changed when I updated the deps and build the project so I reckoned they should be committed as well |
CecileRobertMichon
left a comment
There was a problem hiding this comment.
/azp run pr-e2e
|
/azp run pr-e2e |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #1474 +/- ##
=======================================
Coverage 75.58% 75.58%
=======================================
Files 128 128
Lines 18136 18136
=======================================
Hits 13709 13709
Misses 3636 3636
Partials 791 791 |
|
Here's the problem I see: Maybe not a critical issue since the links are in a vendored Update: replaying this on macOS worked fine, but I couldn't add the commit on top of the broken commit, so I replaced it and force-pushed. Hope that's cool @skinny. |
90ccfda to
9469fbe
Compare
|
/azp run pr-e2e |
|
/lgtm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon, skinny The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@mboersma no problem! As long as the end result is the same its fine by me 😊 Thanks and have a great weekend |
|
Codecov didn't report back on this PR, so the bot won't merge it. I'll do that. |
After #506 was closed/merged it's still not possible to upgrade clusters with AAD support enabled. During the upgrade or scaling operation the error
FATA[0377] Error upgrading cluster: No Auth Provider found for name "azure"still appears. This PR fixes that.