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

(PE-37348) connect bulk signing behavior to endpoint #2803

Commits on Dec 21, 2023

  1. (PE-37348) update signing endpoint results to match API expectations

    The http endpoint for bulk signing expects to have three possible outcomes
    for a set of csrs:
    
    * they can be signed
    * they can be not-found
    * they can fail when signing
    
    This updates the result of the `sign-multiple-certificate-signing-requests!` function
    to make the result have those three fields, instead of the two provided before.
    Tests were updated to match the new expectations.
    jonathannewman committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a1eaf35 View commit details
    Browse the repository at this point in the history
  2. (PE-37348) enable /sign endpoint

    This connects the `/v1/sign` ca endpoint to the routine that does the work of signing the identified
    csrs.
    
    It adds a test to demonstrate the behaviors of the endpoint when presented with csrs in different states.
    jonathannewman committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5819957 View commit details
    Browse the repository at this point in the history