-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: 65063: Re-use private key after failed CSR #20000
UPSTREAM: 65063: Re-use private key after failed CSR #20000
Conversation
If we create a new key on each CSR, if CSR fails the next attempt will create a new one instead of reusing previous CSR. If approver/signer don't handle CSRs as quickly as new nodes come up, they can pile up and approver would keep handling old abandoned CSRs and Nodes would keep timing out on startup.
20000! I win! |
/assign @smarterclayton |
Damnit, I wanted 20k
On Jun 14, 2018, at 12:47 AM, Jordan Liggitt <[email protected]> wrote:
/assign @smarterclayton <https://github.com/smarterclayton>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#20000 (comment)>,
or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p_YzS2Syz8uOAGvYcOgsvsgWKH2Gks5t8erjgaJpZM4UnTaU>
.
|
/retest |
I think there were more of us 😉 |
Darn, I got close. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, smarterclayton 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 Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
If we create a new key on each CSR, if CSR fails the next attempt will
create a new one instead of reusing previous CSR.
If approver/signer don't handle CSRs as quickly as new nodes come up,
they can pile up and approver would keep handling old abandoned CSRs and
Nodes would keep timing out on startup.