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

Forward PKI revocation requests received by standby nodes to active node #19624

Merged
merged 4 commits into from
Mar 20, 2023

Commits on Mar 20, 2023

  1. 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.
    stevendpclark committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a748019 View commit details
    Browse the repository at this point in the history
  2. Add cl

    stevendpclark committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    173c0c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a224d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03f1917 View commit details
    Browse the repository at this point in the history