helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Can't add a trusted CA

Open infra-monkey opened this issue 4 years ago • 2 comments

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

infra-monkey avatar Jun 03 '21 16:06 infra-monkey

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.

prppedro avatar Feb 11 '22 21:02 prppedro

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

VergeDX avatar Aug 02 '24 08:08 VergeDX