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

Make certificate approve/deny no-op if CSR is already approved #61971

Merged
merged 1 commit into from Mar 31, 2018

Commits on Mar 31, 2018

  1. Make certificate approve/deny no-op if CSR is already approved

    Approval for CSRs is only needed once. If the CSR is already approved or
    denied we can skip updating it. Add a `--force` flag that allows the
    existing behavior for when a user has a specific need to update the CSR.
    
    This is backwards compatible with the intended use of the conditions,
    although it's possible some users are depending on the status being
    updated. It makes bulk approval as an admin much faster for scripting.
    smarterclayton committed Mar 31, 2018
    Copy the full SHA
    c7b3776 View commit details
    Browse the repository at this point in the history