open-consul/command/connect
Daniel Nephin a5f93e5596 command/envoy: stop using the DebugConfig from Self endpoint
The DebugConfig in the self endpoint can change at any time. It's not a stable API.

With the previous change to rename GRPCPort to XDSPort this command would have broken.
This commit adds the XDSPort to a stable part of the XDS api, and changes the envoy command to read
this new field.

It includes support for the old API as well, in case a newer CLI is used with an older API, and
adds a test for both cases.
2021-07-13 12:31:49 -04:00
..
ca ca: remove unused RotationPeriod field 2021-07-05 19:15:44 -04:00
envoy command/envoy: stop using the DebugConfig from Self endpoint 2021-07-13 12:31:49 -04:00
expose testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
proxy Continue working through proxy and agent 2021-05-04 12:41:43 -07:00
redirecttraffic testing: fix a test for 32-bit 2021-06-29 16:10:21 -04:00
connect.go Original proxy and connect.Client implementation. Working end to end. 2018-06-14 09:41:56 -07:00
connect_test.go Builtin tls helper (#5078) 2018-12-19 09:22:49 +01:00