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

Backport of Forward PKI revocation requests received by standby nodes to active node into release/1.13.x #19630

Commits on Mar 20, 2023

  1. Forward PKI revocation requests received by standby nodes to active n…

    …ode (#19624)
    
    * Forward PKI revocation requests received by standby nodes to active node
    
     - A refactoring that occurred in 1.13 timeframe removed what was
       considered a specific check for standby nodes that wasn't required
       as a writes should be returning ErrReadOnly.
     - That sadly exposed a long standing bug where the errors from the
       storage layer were not being properly wrapped, hiding the ErrReadOnly
       coming from a write and failing the request.
    
    * Add cl
    
    * Add test for basic PKI operations against standby nodes
    stevendpclark committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d767d4c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/1.13.x' into backport/stevendpclark/vault-14665…

    …-pki-revocation-standby/publicly-better-mastiff
    stevendpclark committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c111873 View commit details
    Browse the repository at this point in the history