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
When the VAULT_SKIP_VERIFY environment variable is set to FALSE, false, False or 0 TLS verification is still disabled.
This behavior is different from the regular vault cli client which respects the value in VAULT_SKIP_VERIFY. i.e. Skipping verification when VAULT_SKIP_VERIFY is TRUE and enabling when VAULT_SKIP_VERIFY is FALSE
Describe the bug
When the
VAULT_SKIP_VERIFY
environment variable is set toFALSE
,false
,False
or0
TLS verification is still disabled.This behavior is different from the regular vault cli client which respects the value in
VAULT_SKIP_VERIFY
. i.e. Skipping verification whenVAULT_SKIP_VERIFY
isTRUE
and enabling whenVAULT_SKIP_VERIFY
isFALSE
To Reproduce
Steps to reproduce the behavior:
VAULT_SKIP_VERIFY
unsetVAULT_SKIP_VERIFY=FALSE
VAULT_SKIP_VERIFY
=FALSE
successfully acquires tokenExpected behavior
A clear and concise description of what you expected to happen.
Environment:
vault status
): 1.9.2vault version
): 1.9.2Vault server configuration file(s):
Vault agent configuration file(s):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: