yandex-cloud/k8s-csi-s3

ignoring certificate check

kesavkolla opened this issue · 3 comments

I have internal minio server which has certificate issued from certmanager. It's a self signed certificate. The CSI mounter with geesfs is failing to validate the certificate.

Is there any option to either use http instead of https or if it's https can we ignore the verification?

szelga commented

for those who has a similar issue: yes, you can use HTTP (as of version 0.37.4, at least).

dhess commented

Even better, it would be possible to tell the CSI mounter to trust the self-signed/internal CA.