forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
empty_extensions.json
66 lines (66 loc) · 2.21 KB
/
empty_extensions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"envoy.filters.http.cors": {
"title": "CORS processing",
"path": "filter/http/cors",
"description": "https://en.wikipedia.org/wiki/Cross-origin_resource_sharing",
"ref": "config_http_filters_cors"
},
"envoy.filters.http.dynamo": {
"title": "AWS DynamoDB",
"path": "filter/http/dynamo",
"description": "https://aws.amazon.com/dynamodb/",
"ref": "config_http_filters_dynamo"
},
"envoy.filters.http.grpc_http1_bridge": {
"title": "gRPC HTTP/1 bridge",
"path": "filter/http/grpc_http1_bridge",
"description": "HTTP filter that bridges HTTP/1.1 unary gRPC to compliant HTTP/2 gRPC",
"ref": "config_http_filters_grpc_bridge"
},
"envoy.filters.http.grpc_web": {
"title": "gRPC Web",
"path": "filter/http/grpc_web",
"description": "https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md",
"ref": "config_http_filters_grpc_web"
},
"envoy.filters.listener.http_inspector": {
"title": "HTTP Inspector",
"path": "filter/listener/http_inspector",
"ref": "config_listener_filters_http_inspector"
},
"envoy.filters.listener.original_dst": {
"title": "Original Destination",
"path": "filter/listener/original_dst",
"ref": "config_listener_filters_original_dst"
},
"envoy.filters.listener.proxy_protocol": {
"title": "Proxy Protocol",
"path": "filter/listener/proxy_protocol",
"ref": "config_listener_filters_proxy_protocol"
},
"envoy.filters.listener.tls_inspector": {
"title": "TLS Inspector",
"path": "filter/listener/tls_inspector",
"ref": "config_listener_filters_tls_inspector"
},
"envoy.filters.network.echo": {
"title": "Echo",
"path": "filter/network/echo",
"ref": "config_network_filters_echo"
},
"envoy.filters.network.sni_cluster": {
"title": "SNI Cluster",
"path": "filter/network/sni_cluster",
"ref": "config_network_filters_sni_cluster"
},
"envoy.retry_host_predicates.previous_hosts": {
"title": "Previous Hosts",
"path": "retry/previous_hosts",
"ref": "arch_overview_http_retry_plugins"
},
"envoy.retry_host_predicates.omit_canary_hosts": {
"title": "Omit Canary Hosts",
"path": "retry/omit_canary_hosts",
"ref": "arch_overview_http_retry_plugins"
}
}