gcp-vault icon indicating copy to clipboard operation
gcp-vault copied to clipboard

Transport reuse breaks VAULT_CACERT

Open ctrox opened this issue 4 years ago • 0 comments

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.

ctrox avatar Dec 12 '19 09:12 ctrox