Skip to content
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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aagusuab
Copy link

@aagusuab aagusuab commented Nov 20, 2024

Provide a description of what has been changed

Checklist

Fixes #

Relates to #

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)
Copy link

@semgrep-app semgrep-app bot Nov 20, 2024

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 🎉

@aagusuab aagusuab force-pushed the adal_remove branch 4 times, most recently from cbecd37 to 15b6743 Compare November 21, 2024 02:32
Deprecating ADAL

Signed-off-by: Youn Jae Kim <[email protected]>
@aagusuab aagusuab force-pushed the adal_remove branch 2 times, most recently from 11f7818 to 23603d7 Compare November 22, 2024 01:28
Signed-off-by: Youn Jae Kim <[email protected]>
@wozniakjan
Copy link
Member

wozniakjan commented Nov 22, 2024

/run-e2e
Update: You can check the progress here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants