Open
Description
When using fluentd S3 output with an S3-compatible object storage configured with a private CA for HTTPS, it seems there isn't a way to pass the CA bundle for the HTTP client connection. The workaround at this time is to use ssl_verify_peer: "false"
, but it isn't ideal.
I can see the fluent plugin has ssl_ca_bundle
, but I cannot find this option in the operator.
Is there a way to pass the private CA file to the fluentd S3 output?