ansible-collections / community.hashi_vault

Ansible collection for managing and working with HashiCorp Vault.
https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/index.html
GNU General Public License v3.0
81 stars 62 forks source link

tests - remove separate "generic" secrets engine, combine with kv v1 #89

Closed briantist closed 3 years ago

briantist commented 3 years ago
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 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.

ISSUE TYPE
COMPONENT NAME