gcp-vault
gcp-vault copied to clipboard
Transport reuse breaks VAULT_CACERT
Currently when connecting to the IAM API this library reuses the transport from the already initialized HTTP client. Is there a reason for this? This breaks connecting to the IAM API if we set VAULT_CACERT
to something that does not include the google root certificate (which is usually the case).
My suggestion would just be to not reuse hc.Transport
there.