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 1.8.x: Fix early rotation for roles with WALs, ensure <=1 WAL per role (#28) #29

Merged
merged 1 commit into from
Sep 21, 2021

Commits on Sep 21, 2021

  1. Fix early rotation for roles with WALs, ensure <=1 WAL per role (#28)

    * Add more WAL logging
    * Fix early rotation for roles with WALs, handle multiple WALs per role
    * Respect previous WAL's new password
    * Ensure only 1 WAL per role
    * Add a warning to manual rotation response when rotation not immediately successful
    * Remove re-storing of mount config when rotating unrelated roles
    * Discard all WALs with a previous rotation time of 0
    * Remove deleted WAL IDs from queue items
    * Delete unused struct fields
    * Switch from warning to error to correct HTTP status code from 400 -> 500
    * Delete WALs on failed role creation or role deletion
    * Take exclusive lock before reading config
    * Fix manual rotate not respecting WAL ID
    * Add tests for processing of stored WALs
    * Remove unnecessary multierror
    * Add last check on newPassword
    tomhjp committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    040130c View commit details
    Browse the repository at this point in the history