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

feat: Add script to regenerate JWKs for LMS asymmetric JWT signing #32025

Closed
wants to merge 2 commits into from

Commits on Apr 3, 2023

  1. feat: Add script to regenerate JWKs for LMS asymmetric JWT signing

    Roll keys used for devstack and tests. These keys have the full set of
    optional precomputed parameters (p, q, dp, dq, qi) which makes them
    suitable for use with PyJWT and some other libraries. (pyjwkest allowed
    the use of a partial set of optional params, but other libraries throw.)
    
    This is preparatory to rolling JWKs in stage and prod, which clears the way
    for discontinuing use of pyjwkest.
    
    Also:
    
    - Remove signing JWK from CMS devstack, as per TODO
    timmc-edx committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    473e6dd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    52516c8 View commit details
    Browse the repository at this point in the history