forked from envoyproxy/envoy-filter-example
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Porting the echo2 integration test to the v2 API. (envoyproxy#30)
Bumping Envoy to 7aa956f1eb17454240646e55e13caf72db850af2 Porting the echo2 integration test to the v2 API. Leaving the v1 json file in situ (unused) for legacy reference. Signed-off-by: Alyssa Wilk <[email protected]>
- Loading branch information
1 parent
8d68ffe
commit e18d290
Showing
4 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
admin: | ||
access_log_path: /dev/null | ||
address: | ||
socket_address: | ||
address: 127.0.0.1 | ||
port_value: 0 | ||
static_resources: | ||
clusters: | ||
name: cluster_0 | ||
hosts: | ||
socket_address: | ||
address: 127.0.0.1 | ||
port_value: 0 | ||
listeners: | ||
name: listener_0 | ||
address: | ||
socket_address: | ||
address: 127.0.0.1 | ||
port_value: 0 | ||
filter_chains: | ||
filters: | ||
name: envoy.ratelimit | ||
config: | ||
domain: foo | ||
stats_prefix: name | ||
descriptors: [{"key": "foo", "value": "bar"}] | ||
filters: | ||
name: envoy.echo | ||
config: |