open-consul/command/services
Matt Keeler b6688a6b5b
Add tagged addresses for services (#5965)
This allows addresses to be tagged at the service level similar to what we allow for nodes already. The address translation that can be enabled with the `translate_wan_addrs` config was updated to take these new addresses into account as well.
2019-06-17 10:51:50 -04:00
..
deregister Move internal/ to sdk/ (#5568) 2019-03-27 08:54:56 -04:00
register Add tagged addresses for services (#5965) 2019-06-17 10:51:50 -04:00
config.go
config_test.go Fix up tests broken by master merge; add proxy tests to services command (and fix it!); actually run the proxycfg.Manager 2018-10-10 16:55:34 +01:00
services.go
services_test.go