mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
* secrets/db: add rotation error path test We add a test to verify that failed rotations can successfully recover and that they do not occur outside of a rotation window. Additionally, we remove registering some external plugins in getCluster() that shaves off about 5 minutes the database package tests. * remove dead code and add test comment * revert to original container helper after refactor