Skip to content

Commit

Permalink
config: removing filter types (envoyproxy#71)
Browse files Browse the repository at this point in the history
To go with envoyproxy/envoy#5146

Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored and htuch committed Nov 28, 2018
1 parent b22c9b7 commit 5444c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions echo2_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"address": "tcp://{{ ip_loopback_address }}:0",
"use_original_dst": true,
"filters": [
{ "type": "read", "name": "ratelimit",
{ "name": "ratelimit",
"config": {
"domain": "foo",
"descriptors": [[{"key": "foo", "value": "bar"}]],
"stat_prefix": "name"
}
},
{ "type": "read", "name": "echo2", "config": {} }
{ "name": "echo2", "config": {} }
]
}],

Expand Down

0 comments on commit 5444c9c

Please sign in to comment.