Implements Golden Ticket retry mechanism - #100
Open
abdulazeem-tk4vr wants to merge 9 commits into
Open
Conversation
abdulazeem-tk4vr
force-pushed
the
gt-retry
branch
from
July 16, 2026 08:10
292048e to
e16e2c0
Compare
abdulazeem-tk4vr
force-pushed
the
gt-retry
branch
from
August 18, 2026 04:52
e16e2c0 to
b075f1b
Compare
abdulazeem-tk4vr
force-pushed
the
gt-retry
branch
from
August 24, 2026 13:26
b075f1b to
f37eae1
Compare
…ndling Prevents concurrent golden ticket fetch attempts to avoid redundant requests. Introduces an `isRetry` flag to modify request timestamps, which can optimize server interactions for retries. Expands terminal error conditions to prevent unnecessary retries for fundamentally malformed or invalid requests. Ensures expired admin certificates are cleared when a new one cannot be fetched due to a terminal error.
This was
linked to
issues
Aug 24, 2026
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.
Enhances Golden Ticket acquisition robustness by introducing a retry strategy. This allows nodes to more reliably obtain and renew their admin certificates, even in the face of transient network issues or temporary server unavailability.
Key changes include:
goldenTicketRetryIntervalnetwork parameter to control retry timing.