Support for HTTPS metrics endpoint on OSS Temporal
Is your feature request related to a problem? Please describe.
We are self-hosting OSS Temporal in our Kubernetes cluster. We are required to expose only secure APIs, including metrics APIs, from any container running in our cluster.
Describe the solution you'd like A feature that allows to load a dedicated certificate different from the Temporal's inter-node and frontend certificate for the metrics endpoint.
For example, we would like to run other services within the mesh and run self-hosted Temporal with native TLS, and with that model, Prometheus is already loaded with the service-mesh certificate to scrape from other containers. So, if Temporal can serve the metrics endpoint with the same certificate, it would be straightforward for Prometheus to access the HTTPS metrics endpoint.
Describe alternatives you've considered Alternatives are really tough, tried to put the temporal inside the service mesh, didn't work well.
Additional context -N/A-