68c1eb50a0
This patch fixes the issue when guessing the KV API version fails. From now on, a configuration option should be used to set vault's API version. Change-Id: I962b29519c189dddf9723689e6aaeed2cac3ff2c Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
11 lines
459 B
YAML
11 lines
459 B
YAML
---
|
|
fixes:
|
|
- |
|
|
In some situations, vault will not provide KV API version in the options
|
|
structure. Vault documentation [1] doesn't cover cases when KV API version
|
|
is not provided. A new configuration option, with default value equivalent
|
|
to the latest KV API version available (kv_version=2) was added to allow
|
|
precise configuration of the KV API being used.
|
|
|
|
[1] https://learn.hashicorp.com/vault/secrets-management/sm-versioned-kv
|