-
Notifications
You must be signed in to change notification settings - Fork 6.3k
fix(azure): use compatible workload identity modules #23004
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
fix(azure): use compatible workload identity modules #23004
Conversation
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
go.mod
Outdated
@@ -5,8 +5,8 @@ go 1.24.1 | |||
require ( | |||
code.gitea.io/sdk/gitea v0.20.0 | |||
dario.cat/mergo v1.0.1 | |||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 | |||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2 | |||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 |
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.
these match what kubelogin v0.1.9 was built with https://github.com/Azure/kubelogin/blob/9b6ecad1a09cb72d5cd1ad266ac6977553a67811/go.mod#L7
go.mod
Outdated
@@ -130,7 +130,7 @@ require ( | |||
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect | |||
github.com/Azure/go-autorest/logger v0.2.1 // indirect | |||
github.com/Azure/go-autorest/tracing v0.6.0 // indirect | |||
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3 // indirect | |||
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect |
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.
also matches kubelogin v0.1.9
https://github.com/Azure/kubelogin/blob/9b6ecad1a09cb72d5cd1ad266ac6977553a67811/go.mod#L11
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
…nto fix/workload-identity
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-3.0 #23004 +/- ##
===============================================
+ Coverage 55.91% 55.93% +0.01%
===============================================
Files 343 343
Lines 57430 57430
===============================================
+ Hits 32111 32122 +11
+ Misses 22667 22654 -13
- Partials 2652 2654 +2 ☔ View full report in Codecov by Sentry. |
Hi @crenshaw-dev is it possible to get this PR reviewed? |
Folks have said that the latest versions on HEAD work. Should we use those instead? |
Yeah it looks like the version in HEAD are:
compared to the tag v3.0.5
|
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
/cherry-pick release-2.14 |
/cherry-pick release-3.0 |
Cherry-pick failed with |
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
oops... just need to cut a release 😮💨 |
closes #22884 maybe
Checklist: