MDEV-28276: Hashicorp: checking that kv storage is created with version 2+
For the plugin to work properly, we need support for key versioning, and for this, the kv storage in Hashicorp Vault must be created with version 2 or higher. This commit adds such a check performed during plugin initialization. Note: checking for kv storage version during plugin initialization can be disabled via --hashicorp-key-management-check-kv-version=off command-line option or via the corresponding option in the server configuration files.
Showing
Please register or sign in to comment