open-consul/proto/pbservice
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
..
convert.go proto: Add a round trip test for converting types 2020-09-28 18:28:37 -04:00
convert_oss.go proto: convert enterprise meta 2020-10-30 14:34:36 -04:00
convert_oss_test.go proto: convert enterprise meta 2020-10-30 14:34:36 -04:00
convert_pbstruct.go proto: add convert function for protobuf/types.Struct 2020-09-28 18:28:36 -04:00
convert_test.go proto: convert enterprise meta 2020-10-30 14:34:36 -04:00
healthcheck.gen.go add http2 ping health checks (#8431) 2021-04-09 15:12:10 -04:00
healthcheck.pb.binary.go proto: split pbservice into multiple files 2020-09-24 15:14:27 -04:00
healthcheck.pb.go add http2 ping health checks (#8431) 2021-04-09 15:12:10 -04:00
healthcheck.proto add http2 ping health checks (#8431) 2021-04-09 15:12:10 -04:00
ids.go streaming: store services with a unique ID that includes namespace 2020-10-06 16:54:56 -04:00
ids_test.go streaming: store services with a unique ID that includes namespace 2020-10-06 16:54:56 -04:00
node.gen.go proto: add code to convert between protobuf types and structs types 2020-09-28 18:28:37 -04:00
node.pb.binary.go proto: split pbservice into multiple files 2020-09-24 15:14:27 -04:00
node.pb.go proto: add Namespace to EnterpriseMeta 2020-10-06 16:42:09 -04:00
node.proto proto: add Namespace to EnterpriseMeta 2020-10-06 16:42:09 -04:00
service.gen.go Replace TransparentProxy bool with ProxyMode 2021-04-12 09:35:14 -06:00
service.pb.binary.go Replace TransparentProxy bool with ProxyMode 2021-04-12 09:35:14 -06:00
service.pb.go Replace TransparentProxy bool with ProxyMode 2021-04-12 09:35:14 -06:00
service.proto Replace TransparentProxy bool with ProxyMode 2021-04-12 09:35:14 -06:00