You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Klein
479d85cbbd
|
7 years ago | |
---|---|---|
.. | ||
accesslog | 7 years ago | |
http | 7 years ago | |
network | 7 years ago | |
BUILD | 7 years ago | |
README.md | 7 years ago | |
fault.proto | 7 years ago |
README.md
NOTE
If a filter configuration is not captured in the proto specification, you
can still supply plain JSON configuration objects for such filters by
setting the "deprecated_v1"
field to true in the filter's
configuration. For example,
{
"name": "envoy.rate_limit",
"config": {
"deprecated_v1": true,
"value": {
"domain": "some_domain",
"timeout_ms": 500
}
}
}