You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Configuration for the dns-gateway extension. Pass with --filter-type udp_listener for the dns_gateway filter, or --filter-type network for the cache_lookup filter.",
5
+
"description": "Configuration for the legacy combined dns-gateway extension. Pass with --filter-type udp_listener for the resolver filter (see dns-gateway/resolver), or --filter-type network for the lookup filter (see dns-gateway/lookup).",
6
6
"$defs": {
7
7
"DnsGatewayConfig": {
8
8
"type": "object",
@@ -36,7 +36,7 @@
36
36
},
37
37
"metadata": {
38
38
"type": "object",
39
-
"description": "String key-value pairs exposed in Envoy filter state as io.builtonenvoy.dns_gateway.metadata.<key>.",
39
+
"description": "String key-value pairs exposed in Envoy filter state as io.builtonenvoy.dns_gateway.metadata.\\<key\\>.",
40
40
"additionalProperties": {
41
41
"type": "string"
42
42
},
@@ -58,7 +58,7 @@
58
58
"properties": {
59
59
"filter_state_prefix": {
60
60
"type": "string",
61
-
"description": "Prefix for filter state keys written by the cache_lookup filter. Downstream filters read domain and metadata under this prefix. Default: \"io.builtonenvoy.dns_gateway\".",
61
+
"description": "Prefix for filter state keys written by the lookup filter. Downstream filters read domain and metadata under this prefix. Default: \"io.builtonenvoy.dns_gateway\".",
"description": "Configuration for the dns-gateway lookup network filter, the virtual-IP resolution half of the dns-gateway extension set.",
6
+
"type": "object",
7
+
"additionalProperties": false,
8
+
"properties": {
9
+
"filter_state_prefix": {
10
+
"type": "string",
11
+
"description": "Prefix for filter state keys written by the dns-gateway lookup filter. Downstream filters read domain and metadata under this prefix. Default: \"io.builtonenvoy.dns_gateway\".",
0 commit comments