Skip to content

Commit

Permalink
e2e: adds admin interface in extproc test (#339)
Browse files Browse the repository at this point in the history
**Commit Message**

This will be helpful in debugging connectivity especially. Now you can
spawn `envoy -c ./tests/extproc/envoy.yaml` and open `localhost:9901` on
your browser to debug the connectivity.

---------

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
  • Loading branch information
mathetake authored Feb 13, 2025
1 parent a25739d commit b4f2d66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ out/
*for_tests.yaml
.vscode

# This is the placeholder for the access log file during extproc tests.
ACCESS_LOG_PATH

# Files and directories to ignore in the site directory
# dependencies
site/node_modules
Expand Down
6 changes: 6 additions & 0 deletions tests/extproc/envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
# The full text of the Apache license is available in the LICENSE file at
# the root of the repo.

admin:
address:
socket_address:
address: 127.0.0.1
port_value: 9901

static_resources:
listeners:
- address:
Expand Down

0 comments on commit b4f2d66

Please sign in to comment.