Open
Description
I have noticed issues after upgrading from ansible==7.5.0
and the version of hashi_vault
that was included, to more recent versions.
When VAULT_ADDR
is set
export VAULT_ADDR=https://vault.mysite.com
{"msg": "An unhandled exception occurred while running the lookup plugin 'community.hashi_vault.vault_read'. Error was a <class 'requests.exceptions.InvalidSchema'>, original message: No connection adapters were found for '\"https://vault.mysite.com\"/v1/secret/myorg/my-path/myapp'. No connection adapters were found for '\"https://vault.mysite.com\"/v1/secret/myorg/my-path/myapp'"}
While setting
export ANSIBLE_HASHI_VAULT_ADDR=https://vault.mysite.com
Does in fact work, but we have a lot of infrastructure that sets VAULT_ADDR
and this regression is quite painful.
Originally posted by @sc68cal in #368 (comment)