Open
Description
Tell us more about this new feature.
Many AWS clients support configuring the trusted certificate bundle through the environment variable AWS_CA_BUNDLE
, allowing for Mountpoint to use a CA bundle different from the one configured by the operating system. This is documented here: https://docs.aws.amazon.com/sdkref/latest/guide/feature-gen-config.html
This can be useful for testing, the use of proxies, etc..
There is an open feature request for this functionality on the CSI driver repo: awslabs/mountpoint-s3-csi-driver#514. Note, that it is not possible at this time to configure the environment for the Mountpoint pod used by CSI Driver V2 - so simply adding AWS_CA_BUNDLE
support to Mountpoint would not be enough.