hashicorp / go-getter

Package for downloading things from a string URL using a variety of protocols.
Mozilla Public License 2.0
1.62k stars 227 forks source link

Support `AWS_CA_BUNDLE` for S3Getter #457

Open Tener opened 9 months ago

Tener commented 9 months ago

This PR adds support for AWS_CA_BUNDLE env var.

hashicorp-cla commented 9 months ago

CLA assistant check
All committers have signed the CLA.

Tener commented 8 months ago

@apparentlymart @jbardin sorry for pinging you directly, but I'm wondering if there is anything I can do to make this PR merged?

Tener commented 4 months ago

@apparentlymart @jbardin @crw Gentle ping. Is there anything for me to do here?

crw commented 4 months ago

Hi @Tener, I will see if I can find an owner for this.

crw commented 4 months ago

Hi @Tener, just to set expectations, development on go-getter is essentially frozen barring exceptional circumstances. I will link this issue to https://github.com/hashicorp/go-getter/pull/467, on the chance that they can be handled together if we wind up needing to move to SDKv2. Thanks!

Tener commented 4 months ago

Thank you for letting me know @crw. For the context, the lack of support for AWS_CA_BUNDLE is causing issues with terraform when fetching modules from S3 in environment with TLS-terminating proxy with transient certificates, which are unsuitable to be installed in the system store.