Closed movermeyer closed 7 years ago
Only complain about Python version if user supplies a cacert or capath. This allows users on Python 2.7.x < 2.7.9 to still access Vault, but only if they disable cahostverify.
cacert
capath
cahostverify
Reduced code duplication by making cahostverify a boolean.
👍
Only complain about Python version if user supplies a
cacert
orcapath
. This allows users on Python 2.7.x < 2.7.9 to still access Vault, but only if they disablecahostverify
.Reduced code duplication by making
cahostverify
a boolean.