Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util: store EnvVaultInsecure as string, not bool
The configuration option `EnvVaultInsecure` is expected to be a string, not a boolean. By converting the bool back to a string (after verification), it is now possible to skip the certificate validation check by setting `vaultCAVerify: false` in the Vault configuration. Fixes: ceph#1852 Reported-by: Bryon Nevis <[email protected]> Signed-off-by: Niels de Vos <[email protected]> (cherry picked from commit 582d004)
- Loading branch information