mirror of https://github.com/status-im/consul.git
7bd51ff536
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. |
||
---|---|---|
.. | ||
convert.go | ||
convert_oss.go | ||
convert_oss_test.go | ||
convert_pbstruct.go | ||
convert_test.go | ||
healthcheck.gen.go | ||
healthcheck.pb.binary.go | ||
healthcheck.pb.go | ||
healthcheck.proto | ||
ids.go | ||
ids_test.go | ||
node.gen.go | ||
node.pb.binary.go | ||
node.pb.go | ||
node.proto | ||
service.gen.go | ||
service.pb.binary.go | ||
service.pb.go | ||
service.proto |