RocketChat / helm-charts

Repository for RocketChat helm charts
37 stars 67 forks source link

Can't add a trusted CA #8

Open infra-monkey opened 3 years ago

infra-monkey commented 3 years ago

Hi,

I have succesfully deployed rocketchat on kubernetes app version : 3.15.0 kubernetes version 1.20.7

When trying to use an on-prem s3 storage for the uploads, I can't access the files. I would need to trust the root ca of my S3 storage platform. Unfortunately, the chart doesn't allow to add a trusted CA.

Could you add the possibility to import a CA from configmap and mount it in the container?

Thanks

prppedro commented 2 years ago

Hm... It's a bit of a corner case, but it seems reasonable to include something like this. We need, however, to give some thoughts on how to implement it. Depending on how the packing team packs the Docker images, it may be more or less complicated.

VergeDX commented 2 months ago

I use environment variable NODE_EXTRA_CA_CERTS with a mounted configmap solved this.