[READ ONLY MIRROR] Envoy REST/proto API definitions and documentation. (grpc依赖)
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.
 
 
 
 
 
Saurabh Mohan 28d28198e5 Add support for configuration of external authorization grpc server. (#346) 7 years ago
..
accesslog access log: add additional downstream tx time fields (#350) 7 years ago
http Add support for configuration of external authorization grpc server. (#346) 7 years ago
network Add support for configuration of external authorization grpc server. (#346) 7 years ago
BUILD Remove rules_go (#275) 8 years ago
README.md tools: automatically removing extra whitespace from rst / md (#327) 7 years ago
fault.proto Add gogoproto annotations (#339) 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
       }
    }
 }