-
Notifications
You must be signed in to change notification settings - Fork 159
azure: move away from ADAL and AD Graph #502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure: move away from ADAL and AD Graph #502
Conversation
|
Didn't you have ongoing work in this vein? (Carried over from @akhil-rane) |
|
I'm making similar changes to the openshift-installer [1]. I marked this as WIP because I'm still investigating why Azure StackCloud authentication is not working through |
@2uasimojo This would need to be done as part of https://issues.redhat.com/browse/CCO-235 which is child card of https://issues.redhat.com/browse/CCO-187 but we don't have anything actively ongoing for this. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #502 +/- ##
==========================================
- Coverage 46.65% 46.54% -0.11%
==========================================
Files 94 94
Lines 10040 10068 +28
==========================================
+ Hits 4684 4686 +2
- Misses 4799 4824 +25
- Partials 557 558 +1
|
Use the new azidentity and msgraph SDK instead.
e709e64 to
a7890ff
Compare
|
/retitle azure: move away from ADAL and AD Graph |
|
/test e2e-azure |
|
@jianping-shu I'm not sure that there's anything we need to test here since Mint mode was removed for Azure #433, could you confirm? |
|
Note that the vendoring that exists for azure-sdk-for-go + azidentity will be useful for implementation of openshift/enhancements#1301 |
|
@abutcher Agreed.I think some CCO regression tests on Azure should be fine for this PR. Will do tomorrow. |
|
Build with Cluster Bot (1)Install IPI cluster with built image (2)Run some Golang automation CCO cases, all passed (3)Upgrade to 4.12.0-rc.4 successfully |
|
/label qe-approved |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abutcher, r4f4 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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abutcher, r4f4 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 |
|
@jeana-redhat @davemulford Seeking |
|
no docs 👍 /label docs-approved |
|
/label px-approved |
|
@r4f4: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
azure: move away from ADAL and AD Graph
They are being deprecated in December and might be sunset in June 2023.