-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Removal of Microsoft ADAL identity and to use azidentity(MSAL) #6280 #6353
base: main
Are you sure you want to change the base?
Conversation
if _, ok := authConfig.(ADWorkloadIdentityConfig); !ok { | ||
t.Errorf("Test: %v; incorrect auth config. expected ad workload identity config", testData.testName) | ||
} | ||
authToken, err := GetAzureADWorkloadIdentityToken(context.TODO(), testData.info.ClientID, testData.info.TenantID, "", testData.info.AppInsightsResourceURL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider to use well-defined context
🎉 Fixed in commit 23603d7 🎉
11f7818
to
23603d7
Compare
23603d7
to
5832393
Compare
/run-e2e |
Deprecating ADAL Signed-off-by: Youn Jae Kim <[email protected]>
Signed-off-by: Youn Jae Kim <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Provide a description of what has been changed
Checklist
Fixes #
Relates to #