mirror of https://github.com/status-im/consul.git
1255a8a20d
To ease the transition for users, the original gRPC port can still operate in a deprecated mode as either plain-text or TLS mode. This behavior should be removed in a future release whenever we no longer support this. The resulting behavior from this commit is: `ports.grpc > 0 && ports.grpc_tls > 0` spawns both plain-text and tls ports. `ports.grpc > 0 && grpc.tls == undefined` spawns a single plain-text port. `ports.grpc > 0 && grpc.tls != undefined` spawns a single tls port (backwards compat mode). |
||
---|---|---|
.. | ||
pipe-bootstrap | ||
testdata | ||
bootstrap_config.go | ||
bootstrap_config_test.go | ||
bootstrap_tpl.go | ||
envoy.go | ||
envoy_oss_test.go | ||
envoy_test.go | ||
exec_test.go | ||
exec_unix.go | ||
exec_unsupported.go | ||
flags.go | ||
flags_test.go |