The tests currently set up and test the "generic" secrets engine, along with KV versions 1 & 2.
Since Vault 0.8.3generic is just an alias for kv (version 1), so we really don't need to test "against" both.
Removing the creation and setup is easy, but I need to see which tests are run against the gen path and ensure they have coverage in kv1 without blindly just changing them all, as some might be duplicated in both.
SUMMARY
The tests currently set up and test the "generic" secrets engine, along with KV versions 1 & 2.
Since Vault 0.8.3
generic
is just an alias forkv
(version 1), so we really don't need to test "against" both.Removing the creation and setup is easy, but I need to see which tests are run against the
gen
path and ensure they have coverage inkv1
without blindly just changing them all, as some might be duplicated in both.ISSUE TYPE
COMPONENT NAME