Skip to content

Move TLS below Prometheus in Praefect config

Will Chandler (ex-GitLab) requested to merge wc-praefect-tls-move into master

Currently when both TLS and Prometheus are enabled for Praefect, the prometheus_listen_addr setting is placed in the [tls] header of praefect/config.toml. This is invalid and prevents Prometheus from being enabled.

This change moves prometheus_listen_addr above the TLS section, so no headers are above top-level configuration items.

Merge request reports