You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I would have expected that -ca-cert and VAULT_CACERT behave the same. However, if the certificate does not exists -ca-cert simply ignores it while VAULT_CACERT returns with an error.
To Reproduce
Steps to reproduce the behavior:
Run VAULT_CACERT=not_found vault operator init
Run vault operator init -ca-cert not_found
See different outputs
Expected behavior
Same behavior, regardless how the option is passed to Vault.
Environment:
Vault Server Version (retrieve with vault status): N/A
Vault CLI Version (retrieve with vault version): Vault v1.2.0
Server Operating System/Architecture: Linux
Vault server configuration file(s): N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
I would have expected that
-ca-cert
andVAULT_CACERT
behave the same. However, if the certificate does not exists-ca-cert
simply ignores it whileVAULT_CACERT
returns with an error.To Reproduce
Steps to reproduce the behavior:
VAULT_CACERT=not_found vault operator init
vault operator init -ca-cert not_found
Expected behavior
Same behavior, regardless how the option is passed to Vault.
Environment:
vault status
): N/Avault version
): Vault v1.2.0Vault server configuration file(s): N/A
The text was updated successfully, but these errors were encountered: