alertmanager/api/v2/restapi
Max Leonard Inden 2223da2c30
api/v2: Do not populate cluster info if clustering is disabled
When users start Alertmanager with `--cluster.listen-address=`, the
cluster will not be initialized, hence api.peer will be `nil`. So far
this would result in a nil pointer dereference by the API v2 accessing
the api.peer field.

With this patch, api v2 skips populating the peers array, sets the name
to an empty string and the status to "disabled" in case `api.peer` is
nil.

Signed-off-by: Max Leonard Inden <IndenML@gmail.com>
2019-01-28 11:19:47 +01:00
..
operations ui: Move /alerts to API v2 2018-11-23 12:53:48 +01:00
configure_alertmanager.go api: Implement OpenAPI generated Alertmanager API V2 2018-09-04 13:38:34 +02:00
doc.go api: Implement OpenAPI generated Alertmanager API V2 2018-09-04 13:38:34 +02:00
embedded_spec.go api/v2: Do not populate cluster info if clustering is disabled 2019-01-28 11:19:47 +01:00
server.go api: Implement OpenAPI generated Alertmanager API V2 2018-09-04 13:38:34 +02:00