You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: