2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 23:05:28 +00:00

1 Commits

Author SHA1 Message Date
Derek Menteer
ad865f549b
Fix issue with peer services incorrectly appearing as connect-enabled. ()
Prior to this commit, all peer services were transmitted as connect-enabled
as long as a one or more mesh-gateways were healthy. With this change, there
is now a difference between typical services and connect services transmitted
via peering.

A service will be reported as "connect-enabled" as long as any of these
conditions are met:

1. a connect-proxy sidecar is registered for the service name.
2. a connect-native instance of the service is registered.
3. a service resolver / splitter / router is registered for the service name.
4. a terminating gateway has registered the service.
2023-02-21 13:59:36 -06:00