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

Relocate SSNv2 nextRange attribute #4890

Merged
merged 2 commits into from
Nov 4, 2024
Merged

Commits on Nov 1, 2024

  1. Relocate SSNv2 nextRange attribute

    The nextRange attribute for SSNv2 has been moved to
    ou=requests,ou=ranges_v2 for requests and
    ou=certificateRepository,ou=ranges_v2 for certs such that
    the nextRange for SSNv1 is unchanged during migration.
    This will simplify the recovery process in case there's
    an issue during migration.
    
    The SubsystemIdGeneratorUpdateCLI has been updated to
    compute the request nextRange for SSNv2 with the same
    process used to compute the cert nextRange for SSNv2.
    edewata committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9ce2a02 View commit details
    Browse the repository at this point in the history
  2. Update SSNv1 and SSNv2 tests

    The SSNv1 and SSNv2 tests have been updated to use the new
    SSNv2 nextRange location.
    edewata committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e7f430c View commit details
    Browse the repository at this point in the history