-
Notifications
You must be signed in to change notification settings - Fork 193
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: Workload identity is not working. #2233
fix: Workload identity is not working. #2233
Conversation
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.
is there any way to add a test for this? at least adding a ut since this is not covered in e2e test now
/retest |
I've added a ut for running with workload identity test scenario, please take a look. |
could you squash all commits and then make same fix on other CSI drivers? thanks. |
commit e5fc454 Author: weizhichen <[email protected]> Date: Fri Mar 22 02:50:20 2024 +0000 fix ut commit c187396 Merge: db238de fda1d0a Author: weizhichen <[email protected]> Date: Fri Mar 22 02:33:37 2024 +0000 Merge branch 'master' of github.com:kubernetes-sigs/azuredisk-csi-driver into fix-workload-identity commit db238de Author: weizhichen <[email protected]> Date: Wed Mar 20 09:07:45 2024 +0000 add ut commit 68c19d6 Author: weizhichen <[email protected]> Date: Wed Mar 20 06:30:58 2024 +0000 fix
e5fc454
to
f270e57
Compare
/retest |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx, cvvz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
/cherrypick release-1.30 |
/cherrypick release-1.29 |
@andyzhangx: new pull request created: #2236 In response to this:
Instructions 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. |
@andyzhangx: new pull request created: #2237 In response to this:
Instructions 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. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
fix: Workload identity is not working.
Which issue(s) this PR fixes:
Fixes #2229
Requirements:
Special notes for your reviewer:
Release note: