open-consul/command/config
freddygv eeccba945d Replace TransparentProxy bool with ProxyMode
This PR replaces the original boolean used to configure transparent
proxy mode. It was replaced with a string mode that can be set to:

- "": Empty string is the default for when the setting should be
defaulted from other configuration like config entries.
- "direct": Direct mode is how applications originally opted into the
mesh. Proxy listeners need to be dialed directly.
- "transparent": Transparent mode enables configuring Envoy as a
transparent proxy. Traffic must be captured and redirected to the
inbound and outbound listeners.

This PR also adds a struct for transparent proxy specific configuration.
Initially this is not stored as a pointer. Will revisit that decision
before GA.
2021-04-12 09:35:14 -06:00
..
delete testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
list testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
read testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
write Replace TransparentProxy bool with ProxyMode 2021-04-12 09:35:14 -06:00
config.go adding new config entries for L7 discovery chain (unused) (#5987) 2019-06-27 12:37:43 -05:00