Search before asking
Description
I am trying to deploy a compute-storage separated cluster where the storage layer is MinIO, and MinIO is deployed using the MinIO Operator. It enforces HTTPS for communication; for internal communication it defaults to using the Kubernetes CA, which Kubernetes mounts into all pods. The problem is Java does not trust that CA in the pod, so I need Doris to provide support for a custom init container so I can import that certificate into $JAVA_HOME/lib/security/cacerts.
Use case
With minio
Related issues
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Description
I am trying to deploy a compute-storage separated cluster where the storage layer is MinIO, and MinIO is deployed using the MinIO Operator. It enforces HTTPS for communication; for internal communication it defaults to using the Kubernetes CA, which Kubernetes mounts into all pods. The problem is Java does not trust that CA in the pod, so I need Doris to provide support for a custom init container so I can import that certificate into $JAVA_HOME/lib/security/cacerts.
Use case
With minio
Related issues
No response
Are you willing to submit PR?
Code of Conduct