open-consul/command/connect/envoy
Paul Banks e33e41195c
Fix envoy 1.10 exec (#5964)
* Make exec test assert Envoy version - it was not rebuilding before and so often ran against wrong version. This makes 1.10 fail consistenty.

* Switch Envoy exec to use a named pipe rather than FD magic since Envoy 1.10 doesn't support that.

* Refactor to use an internal shim command for piping the bootstrap through.

* Fmt. So sad that vscode golang fails so often these days.

* go mod tidy

* revert go mod tidy changes

* Revert "ignore consul-exec tests until fixed (#5986)"

This reverts commit 683262a6869033cb79e68fa1dba0f9ea83e9187d.

* Review cleanups
2019-06-21 16:06:25 +01:00
..
pipe-bootstrap Fix envoy 1.10 exec (#5964) 2019-06-21 16:06:25 +01:00
testdata connect: provide -admin-access-log-path for envoy (#5858) 2019-06-07 11:26:43 +02:00
bootstrap_config.go Connect: allow configuring Envoy for L7 Observability (#5558) 2019-04-29 17:27:57 +01:00
bootstrap_config_test.go Connect: allow configuring Envoy for L7 Observability (#5558) 2019-04-29 17:27:57 +01:00
bootstrap_tpl.go connect: provide -admin-access-log-path for envoy (#5858) 2019-06-07 11:26:43 +02:00
envoy.go connect: provide -admin-access-log-path for envoy (#5858) 2019-06-07 11:26:43 +02:00
envoy_test.go connect: provide -admin-access-log-path for envoy (#5858) 2019-06-07 11:26:43 +02:00
exec_test.go Fix envoy 1.10 exec (#5964) 2019-06-21 16:06:25 +01:00
exec_unix.go Fix envoy 1.10 exec (#5964) 2019-06-21 16:06:25 +01:00
exec_unsupported.go cli: avoid passing envoy bootstrap configuration as arguments (#4747) 2018-10-10 16:55:34 +01:00