Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Transport reuse breaks VAULT_CACERT #24

Open
ctrox opened this issue Dec 12, 2019 · 0 comments
Open

Transport reuse breaks VAULT_CACERT #24

ctrox opened this issue Dec 12, 2019 · 0 comments

Comments

@ctrox
Copy link

ctrox commented Dec 12, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant