Skip to content
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

Merged
merged 1 commit into from
Jun 15, 2018
Merged

UPSTREAM: 65063: Re-use private key after failed CSR #20000

merged 1 commit into from
Jun 15, 2018

Conversation

liggitt
Copy link
Contributor

@liggitt liggitt commented Jun 14, 2018

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.

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.
@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jun 14, 2018
@liggitt
Copy link
Contributor Author

liggitt commented Jun 14, 2018

20000! I win!

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 14, 2018
@liggitt
Copy link
Contributor Author

liggitt commented Jun 14, 2018

/assign @smarterclayton

@smarterclayton
Copy link
Contributor

smarterclayton commented Jun 14, 2018 via email

@liggitt
Copy link
Contributor Author

liggitt commented Jun 14, 2018

/retest

@soltysh
Copy link
Contributor

soltysh commented Jun 14, 2018

20000! I win!

Damnit, I wanted 20k

I think there were more of us 😉

@enj
Copy link
Contributor

enj commented Jun 14, 2018

20000! I win!

Damnit, I wanted 20k

I think there were more of us 😉

Darn, I got close.

@smarterclayton
Copy link
Contributor

/lgtm
/approve

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 14, 2018
@openshift-ci-robot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

1 similar comment
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 92fdaf2 into openshift:master Jun 15, 2018
@liggitt liggitt deleted the csr-key-rotation branch June 18, 2018 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants