Conversation
|
Could you describe how it is done? I saw the binary is using envoy-esp, but Nginx is loaded, and every where name is using Nginx. and nginx config is used inside t test. If Nginx is used, but we don't have ESP module code for Nginx here |
|
I tried to make the t-test can share most part with our nginx test as well, so I didn't delete the nginx specific part from Instead of In BUILD file nginx actually pointed to envoy-esp. |
|
This is confusing. Can you replace all "nginx" occurrences with envoy? |
|
@kyessenov This is just a prototype to review. Let's discuss migration plan later. |
|
I see. This is good, a big step in the right direction. A couple suggestions
such as: $t = proxy_test; Ideally, at bazel proxy.bzl level, we have flag to switch proxy for Nginx or Envoy. |
|
Are |
* Update to latest mixer api. * Supports string_map type. * Add Duration type. * Change duration signature * Use std::chrono:nanoseconds for duration.
* Update SHA for 1.5 * remove blank lines * Change project * Add support for project to workspace
revert internal transport hack
Signed-off-by: Zuzana Miklankova <zmiklank@redhat.com>
This reverts commit 70f0716. Reson for the revert is, that we already have golang 1.24 rpms available
Passes with #27