Skip to content

Draft: Support TLS for metrics endpoints

Igor Drozdov requested to merge id-tls-for-metrics-endpoints into main

Our monitoring endpoints are HTTP by default. Let's allow configuring TLS in order to provide TLS on these endpoints.

Related issue: #549 (closed)

  • When tls config isn't specified, http://127.0.0.1/metrics address is accessible (or any other specified port)
  • When tls config is specified, https://127.0.0.1/metrics address is accessible (or any other specified port)
Edited by Igor Drozdov

Merge request reports