diff --git a/.gitmodules b/.gitmodules index c8cc91d777..f48158a0c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "envoy"] path = envoy - url = https://github.com/envoyproxy/envoy.git + url = https://github.com/jpsim/envoy.git diff --git a/envoy b/envoy index 519774f742..ec9ae72d48 160000 --- a/envoy +++ b/envoy @@ -1 +1 @@ -Subproject commit 519774f742bb2500cf5f6a00933c9662337acbb2 +Subproject commit ec9ae72d482877b6cd4ae7511251b394ede994fe diff --git a/test/common/integration/BUILD b/test/common/integration/BUILD index 5dafd395dc..e2c3c8fa2a 100644 --- a/test/common/integration/BUILD +++ b/test/common/integration/BUILD @@ -8,10 +8,10 @@ envoy_cc_test( name = "client_integration_test", srcs = ["client_integration_test.cc"], repository = "@envoy", - # TODO(jpsim): Fix remote execution for these tests - tags = [ - "no-remote-exec", - ], + exec_properties = { + # TODO(willengflow): Remove this once the sandboxNetwork=off works for ipv4 localhost addresses. + "sandboxNetwork": "standard", + }, deps = [ "//library/common/extensions/filters/http/local_error:config", "//library/common/extensions/filters/http/local_error:filter_cc_proto",