alertmanager/cluster
Devin Trejo fad796931b
Add feature flag to enable discovery and use of public IPaddr for clustering. (#2719)
* Add feature flag to enable discovery and use of public IPaddr for clustering.

Before this change, Alertmanager would refuse to startup if using a
advertise address binding to any address (0.0.0.0), and the host only
had an interface with a public IP address. After this change we feature
flag permitting the use of a discovered public address for cluster
gossiping.

Signed-off-by: Devin Trejo <dtrejo@palantir.com>
2021-11-10 17:40:48 +01:00
..
clusterpb Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
testdata Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
advertise.go Add feature flag to enable discovery and use of public IPaddr for clustering. (#2719) 2021-11-10 17:40:48 +01:00
advertise_test.go Add feature flag to enable discovery and use of public IPaddr for clustering. (#2719) 2021-11-10 17:40:48 +01:00
channel.go Update go dependencies & switch to go-kit/log 2021-08-02 12:43:23 +02:00
channel_test.go Update go dependencies & switch to go-kit/log 2021-08-02 12:43:23 +02:00
cluster.go Add feature flag to enable discovery and use of public IPaddr for clustering. (#2719) 2021-11-10 17:40:48 +01:00
cluster_test.go Add feature flag to enable discovery and use of public IPaddr for clustering. (#2719) 2021-11-10 17:40:48 +01:00
connection_pool.go Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
delegate.go Update go dependencies & switch to go-kit/log 2021-08-02 12:43:23 +02:00
tls_config.go Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
tls_connection.go Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
tls_connection_test.go Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
tls_transport.go Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
tls_transport_test.go Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00