Fix grace period mismatch: two-phase private key fetch with published… - #8
Open
Saurabhspi wants to merge 2 commits into
Open
Fix grace period mismatch: two-phase private key fetch with published…#8Saurabhspi wants to merge 2 commits into
Saurabhspi wants to merge 2 commits into
Conversation
… key IDs - Add GetAllKeyIds() to public key fetcher interface and implementation - Update PrivateKeyFetcher::Refresh() to accept published public key IDs - Two-phase fetch: published keys by ID + latest key for forward readiness - Fix cache cleanup to skip currently published keys regardless of TTL - Add startup readiness gate in KeyFetcherManager - Fix Azure CreateHttpRequest to append kid when specific key requested - Update mocks and tests for new method signatures Co-authored-by: Cursor <cursoragent@cursor.com>
Saurabhspi
force-pushed
the
saurabh/grace-period-key-range-fetch
branch
from
July 23, 2026 09:18
b3c14fe to
861695c
Compare
Use the response encryption key ID for successful ListByKeyId assembly so unwrap results keyed by coordinator ID match published OHTTP request IDs. Co-authored-by: Cursor <cursoragent@cursor.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
… key IDs