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

Rebuild CRLs on secondary performance clusters post migration and on new/updated issuers #15179

Merged

Commits on Apr 29, 2022

  1. Rebuild CRLs on secondary performance clusters post migration and on …

    …new/updated issuers
    
     - Hook into the backend invalidation function so that secondaries are notified of
       new/updated issuer or migrations occuring on the primary cluster. Upon notification
       schedule a CRL rebuild to take place upon the next process to read/update the CRL
       or within the periodic function if no request comes in.
    stevendpclark committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    234350c View commit details
    Browse the repository at this point in the history
  2. Schedule rebuilding PKI CRLs on active nodes only

     - Address an issue that we were scheduling the rebuilding of a CRL on standby
       nodes, which would not be able to write to storage.
     - Fix an issue with standby nodes not correctly determining that a migration previously
       occurred.
    stevendpclark committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    f7e03b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b9c604 View commit details
    Browse the repository at this point in the history