-
Notifications
You must be signed in to change notification settings - Fork 144
OCPBUGS-77056: Make external cert validation asynchronous (v3 — fix re-admission after secret deletion) #828
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
Merged
openshift-merge-bot
merged 35 commits into
openshift:master
from
bentito:OCPBUGS-77056-async-sar-resurrect-v3
Aug 14, 2026
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
d8e8d3e
OCPBUGS-77056: Asynchronous external certificate validation and Hybri…
bentito ed0e5f6
OCPBUGS-77056: Retry on write conflicts without dropping writerlease
bentito 73ef8d9
Remove library-go replace directive and update vendor
bentito 203d09a
address review comment: use types.NamespacedName for informer key
bentito 4abff8f
address review comment: remove unnecessary lock from StatusAdmitter
bentito 11bc0d0
Addressed several refactor needs from PR comments
bentito 7702535
Addressing coderabbit PR comments
bentito c5900c9
OCPBUGS-77056: Fail-closed to ValidationFailed on secret deletion
bentito b0c1182
OCPBUGS-77056: Include standard SA groups in SubjectAccessReview specs
bentito 2046440
OCPBUGS-77056: Use t.Setenv for WatchListClient override in factory t…
bentito ccac96c
OCPBUGS-77056: Refine secret deletion message for semantic consistency
bentito d29dc72
OCPBUGS-77056: Update vendor to remove unused authorizationutil refer…
bentito fad4035
OCPBUGS-77056: Use a short, unique prefix for fake-haproxy test sockets
bentito ee99b91
OCPBUGS-77056: Add tests exposing race conditions in async external c…
bentito 635041f
OCPBUGS-77056: Fix race conditions causing x509 ECDSA verification fa…
bentito 91552d3
OCPBUGS-77056: Reduce writerlease workers and fix gofmt
bentito 5c4b560
OCPBUGS-77056: Update test comments to describe post-fix behavior
bentito 369cbd6
OCPBUGS-77056: Check error returns in race condition tests
bentito 8bb1e1e
OCPBUGS-77056: Prevent SARCompleted from re-admitting a deleted-secre…
bentito 6566c83
OCPBUGS-77056: Fix stale comment and tighten assertion in re-admissio…
bentito 33a9f90
OCPBUGS-77056: Comply with OTE Binary Stdout Contract in router_test.go
bentito ad278bb
OCPBUGS-77056: Only emit SARCompleted on registration, not re-validation
bentito 64690b1
OCPBUGS-77056: Reject route on secret update to force full re-validation
bentito 9465a49
OCPBUGS-77056: Keep route admitted on secret update, add delayed RBAC…
bentito 6230e29
OCPBUGS-77056: Make delayed RBAC re-check a no-op when nothing changed
bentito b0361b8
OCPBUGS-77056: Refresh certificate synchronously on secret update
bentito f856ca4
OCPBUGS-77056: Restore deletedSecrets guard on SARCompleted write
bentito a15ee84
OCPBUGS-77056: Serialize per-route cert refresh to close update race
bentito 9f6bcd5
OCPBUGS-77056: Remove synchronous SAR from secret UpdateFunc, add sta…
bentito b4aafbf
OCPBUGS-77056: Fix data race in ClearAsyncSARCacheForTest
bentito 25df784
OCPBUGS-77056: Raise secret handler log level to V(2) for CI diagnostics
bentito 647b13d
OCPBUGS-77056: Register route before SAR validation, add informer resync
bentito 91025fd
Revert "OCPBUGS-77056: Raise secret handler log level to V(2) for CI …
bentito f096969
OCPBUGS-77056: Remove dead code, use const and types.NamespacedName f…
bentito 54def8f
OCPBUGS-77056: Defer per-route unlock in UpdateFunc for panic safety
bentito File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.