-
Notifications
You must be signed in to change notification settings - Fork 154
CCO-685: Add retry logic for Azure federated identity credential creation #878
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
base: master
Are you sure you want to change the base?
Conversation
…tion Add retry logic to handle ParentResourceNotFound errors when creating federated identity credentials in Azure. This addresses Azure's eventual consistency issue where managed identities aren't immediately available across all API endpoints after creation. - Retry up to 24 times with 10-second delays (4 minutes total) - Specifically handle ParentResourceNotFound error code - Similar to the retry logic added for role assignments in PR openshift#781 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
@kaovilai: This pull request references CCO-685 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kaovilai The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #878 +/- ##
==========================================
- Coverage 46.97% 46.94% -0.03%
==========================================
Files 97 97
Lines 11910 11926 +16
==========================================
+ Hits 5595 5599 +4
- Misses 5697 5709 +12
Partials 618 618
🚀 New features to boost your workflow:
|
/retest |
@kaovilai: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
Add retry logic to handle ParentResourceNotFound errors when creating
federated identity credentials in Azure. This addresses Azure's eventual
consistency issue where managed identities aren't immediately available
across all API endpoints after creation.
🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]