Hi,
I deploy a alertmanager 0.28 alongside prometheus server in 3.3, in prometheus we have the possibility to add client_allowed_sans in --web.config.file.
But in alertmanager, we cannot do that. Could you do the same as prometheus for alertmanager ?
in the prometheus project it is this commit : 044e004a81157c681ca1c9512d1101bb05c6ff88
I just saw in the commit that it's available since github.com/prometheus/exporter-toolkit v0.10.0
in alertmanager in 0.28.0 tag we have go.mod: github.com/prometheus/exporter-toolkit v0.13.2
So I guess it is available but not documented ? https://prometheus.io/docs/alerting/latest/https/
thanks