envoy-filter-example icon indicating copy to clipboard operation
envoy-filter-example copied to clipboard

Example of consuming Envoy and adding a custom filter

Results 32 envoy-filter-example issues
Sort by recently updated
recently updated
newest added

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.24.8. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.2. Release notes Sourced from actions/checkout's releases. v4.1.2 We are investigating the following issue with this release and have rolled-back the v4 tag to point...

dependencies

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 4.3.1. Release notes Sourced from actions/upload-artifact's releases. v4.3.1 Bump @​actions/artifacts to latest version to include updated GHES host check v4.3.0 What's Changed Reorganize upload code...

dependencies

After building with `bazel build //:envoy`. I have run `bazel test //:echo2_integration_test --verbose_failures --sandbox_debug` but it failed with the following error: ``` INFO: Analyzed target //:echo2_integration_test (0 packages loaded, 0...

Execute a command: ./bazel-bin/envoy -c echo2_server.yaml echo2_server.yaml : ```` admin: access_log_path: /dev/null address: socket_address: address: 127.0.0.1 port_value: 0 static_resources: clusters: name: cluster_0 connect_timeout: 0.25s load_assignment: cluster_name: cluster_0 endpoints: - lb_endpoints:...

Hi team, our legal department is asking us to clarify what license this code is released under. It seems like it's Apache 2.0 like the main envoy repo, but we...

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.24.9. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...

dependencies

ERROR: /source/BUILD:33:17: Compiling echo2_config.cc failed: (Exit 1): clang failed: error executing CppCompile command (from target //:echo2_config) /usr/lib/llvm-14/bin/clang -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -Wunused-but-set-parameter -Wno-free-nonheap-object -fcolor-diagnostics -fno-omit-frame-pointer ... (remaining 191 arguments...

fix below build error ``` INFO: Analyzed target //:envoy (0 packages loaded, 0 targets configured). ERROR: /Users/pyq/CLionProjects/envoy-filter-example/BUILD:33:17: Compiling echo2_config.cc failed: (Exit 1) : cc_wrapper.sh failed: error executing CppCompile command (from...