2020-05-13 17:56:53 +00:00
|
|
|
{
|
|
|
|
"admin": {
|
|
|
|
"access_log_path": "/dev/null",
|
|
|
|
"address": {
|
|
|
|
"socket_address": {
|
|
|
|
"address": "127.0.0.1",
|
|
|
|
"port_value": 19000
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node": {
|
|
|
|
"cluster": "my-gateway",
|
|
|
|
"id": "my-gateway",
|
|
|
|
"metadata": {
|
|
|
|
"namespace": "default",
|
2021-10-12 02:18:56 +00:00
|
|
|
"partition": "default"
|
2020-05-13 17:56:53 +00:00
|
|
|
}
|
|
|
|
},
|
2022-06-29 15:29:54 +00:00
|
|
|
"layered_runtime": {
|
|
|
|
"layers": [
|
|
|
|
{
|
|
|
|
"name": "base",
|
|
|
|
"static_layer": {
|
|
|
|
"re2.max_program_size.error_level": 1048576
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2020-05-13 17:56:53 +00:00
|
|
|
"static_resources": {
|
|
|
|
"clusters": [
|
|
|
|
{
|
|
|
|
"name": "local_agent",
|
2021-02-26 22:23:15 +00:00
|
|
|
"ignore_health_on_host_removal": false,
|
2020-05-13 17:56:53 +00:00
|
|
|
"connect_timeout": "1s",
|
|
|
|
"type": "STATIC",
|
|
|
|
"http2_protocol_options": {},
|
2021-02-22 21:00:15 +00:00
|
|
|
"loadAssignment": {
|
|
|
|
"clusterName": "local_agent",
|
|
|
|
"endpoints": [
|
|
|
|
{
|
|
|
|
"lbEndpoints": [
|
|
|
|
{
|
|
|
|
"endpoint": {
|
|
|
|
"address": {
|
|
|
|
"socket_address": {
|
|
|
|
"address": "127.0.0.1",
|
|
|
|
"port_value": 8502
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2020-05-13 17:56:53 +00:00
|
|
|
}
|
2021-02-22 21:00:15 +00:00
|
|
|
]
|
|
|
|
}
|
2020-05-13 17:56:53 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "self_admin",
|
2021-02-26 22:23:15 +00:00
|
|
|
"ignore_health_on_host_removal": false,
|
2020-05-13 17:56:53 +00:00
|
|
|
"connect_timeout": "5s",
|
|
|
|
"type": "STATIC",
|
|
|
|
"http_protocol_options": {},
|
2021-02-22 21:00:15 +00:00
|
|
|
"loadAssignment": {
|
|
|
|
"clusterName": "self_admin",
|
|
|
|
"endpoints": [
|
|
|
|
{
|
|
|
|
"lbEndpoints": [
|
|
|
|
{
|
|
|
|
"endpoint": {
|
|
|
|
"address": {
|
|
|
|
"socket_address": {
|
|
|
|
"address": "127.0.0.1",
|
|
|
|
"port_value": 19000
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2020-05-13 17:56:53 +00:00
|
|
|
}
|
2021-02-22 21:00:15 +00:00
|
|
|
]
|
|
|
|
}
|
2020-05-13 17:56:53 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"listeners": [
|
|
|
|
{
|
|
|
|
"name": "envoy_ready_listener",
|
|
|
|
"address": {
|
|
|
|
"socket_address": {
|
|
|
|
"address": "127.0.0.1",
|
|
|
|
"port_value": 7777
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"filter_chains": [
|
|
|
|
{
|
|
|
|
"filters": [
|
|
|
|
{
|
2021-02-22 21:00:15 +00:00
|
|
|
"name": "envoy.filters.network.http_connection_manager",
|
|
|
|
"typedConfig": {
|
2021-02-26 22:23:15 +00:00
|
|
|
"@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager",
|
2020-05-13 17:56:53 +00:00
|
|
|
"stat_prefix": "envoy_ready",
|
|
|
|
"codec_type": "HTTP1",
|
|
|
|
"route_config": {
|
|
|
|
"name": "self_admin_route",
|
|
|
|
"virtual_hosts": [
|
|
|
|
{
|
|
|
|
"name": "self_admin",
|
|
|
|
"domains": [
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"routes": [
|
|
|
|
{
|
|
|
|
"match": {
|
|
|
|
"path": "/ready"
|
|
|
|
},
|
|
|
|
"route": {
|
|
|
|
"cluster": "self_admin",
|
|
|
|
"prefix_rewrite": "/ready"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"match": {
|
|
|
|
"prefix": "/"
|
|
|
|
},
|
|
|
|
"direct_response": {
|
|
|
|
"status": 404
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"http_filters": [
|
|
|
|
{
|
2022-04-18 16:36:07 +00:00
|
|
|
"name": "envoy.filters.http.router",
|
|
|
|
"typedConfig": {
|
|
|
|
"@type": "type.googleapis.com/envoy.extensions.filters.http.router.v3.Router"
|
|
|
|
}
|
2020-05-13 17:56:53 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"stats_config": {
|
|
|
|
"stats_tags": [
|
2020-11-16 23:37:19 +00:00
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.(?:passthrough~)?((?:([^.]+)~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.destination.custom_hash"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.(?:passthrough~)?((?:[^.]+~)?(?:([^.]+)\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.destination.service_subset"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.(?:passthrough~)?((?:[^.]+~)?(?:[^.]+\\.)?([^.]+)\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.destination.service"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.(?:passthrough~)?((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.([^.]+)\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.destination.namespace"
|
|
|
|
},
|
|
|
|
{
|
2022-07-25 17:49:00 +00:00
|
|
|
"regex": "^cluster\\.(?:passthrough~)?((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:([^.]+)\\.)?[^.]+\\.internal[^.]*\\.[^.]+\\.consul\\.)",
|
2021-12-10 18:26:22 +00:00
|
|
|
"tag_name": "consul.destination.partition"
|
|
|
|
},
|
|
|
|
{
|
2022-07-25 17:49:00 +00:00
|
|
|
"regex": "^cluster\\.(?:passthrough~)?((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?([^.]+)\\.internal[^.]*\\.[^.]+\\.consul\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.destination.datacenter"
|
|
|
|
},
|
2022-07-25 17:49:00 +00:00
|
|
|
{
|
|
|
|
"regex": "^cluster\\.([^.]+\\.(?:[^.]+\\.)?([^.]+)\\.external\\.[^.]+\\.consul\\.)",
|
|
|
|
"tag_name": "consul.destination.peer"
|
|
|
|
},
|
2020-11-16 23:37:19 +00:00
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.(?:passthrough~)?((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.([^.]+)\\.[^.]+\\.consul\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.destination.routing_type"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.(?:passthrough~)?((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.([^.]+)\\.consul\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.destination.trust_domain"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.(?:passthrough~)?(((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+)\\.[^.]+\\.[^.]+\\.consul\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.destination.target"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.(?:passthrough~)?(((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+)\\.consul\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.destination.full_target"
|
|
|
|
},
|
|
|
|
{
|
2022-07-25 17:49:00 +00:00
|
|
|
"regex": "^(?:tcp|http)\\.upstream(?:_peered)?\\.(([^.]+)(?:\\.[^.]+)?(?:\\.[^.]+)?\\.[^.]+\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.upstream.service"
|
|
|
|
},
|
|
|
|
{
|
2021-12-14 15:57:09 +00:00
|
|
|
"regex": "^(?:tcp|http)\\.upstream\\.([^.]+(?:\\.[^.]+)?(?:\\.[^.]+)?\\.([^.]+)\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.upstream.datacenter"
|
|
|
|
},
|
|
|
|
{
|
2022-07-25 17:49:00 +00:00
|
|
|
"regex": "^(?:tcp|http)\\.upstream_peered\\.([^.]+(?:\\.[^.]+)?\\.([^.]+)\\.)",
|
|
|
|
"tag_name": "consul.upstream.peer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"regex": "^(?:tcp|http)\\.upstream(?:_peered)?\\.([^.]+(?:\\.([^.]+))?(?:\\.[^.]+)?\\.[^.]+\\.)",
|
2020-11-16 23:37:19 +00:00
|
|
|
"tag_name": "consul.upstream.namespace"
|
|
|
|
},
|
2021-12-14 15:57:09 +00:00
|
|
|
{
|
|
|
|
"regex": "^(?:tcp|http)\\.upstream\\.([^.]+(?:\\.[^.]+)?(?:\\.([^.]+))?\\.[^.]+\\.)",
|
|
|
|
"tag_name": "consul.upstream.partition"
|
|
|
|
},
|
2020-05-13 17:56:53 +00:00
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.((?:([^.]+)~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)",
|
2020-05-13 17:56:53 +00:00
|
|
|
"tag_name": "consul.custom_hash"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.((?:[^.]+~)?(?:([^.]+)\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)",
|
2020-05-13 17:56:53 +00:00
|
|
|
"tag_name": "consul.service_subset"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?([^.]+)\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)",
|
2020-05-13 17:56:53 +00:00
|
|
|
"tag_name": "consul.service"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.([^.]+)\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)",
|
2020-05-13 17:56:53 +00:00
|
|
|
"tag_name": "consul.namespace"
|
|
|
|
},
|
|
|
|
{
|
2022-07-25 17:49:00 +00:00
|
|
|
"regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?([^.]+)\\.internal[^.]*\\.[^.]+\\.consul\\.)",
|
2020-05-13 17:56:53 +00:00
|
|
|
"tag_name": "consul.datacenter"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.([^.]+)\\.[^.]+\\.consul\\.)",
|
2020-05-13 17:56:53 +00:00
|
|
|
"tag_name": "consul.routing_type"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.([^.]+)\\.consul\\.)",
|
2020-05-13 17:56:53 +00:00
|
|
|
"tag_name": "consul.trust_domain"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.(((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+)\\.[^.]+\\.[^.]+\\.consul\\.)",
|
2020-05-13 17:56:53 +00:00
|
|
|
"tag_name": "consul.target"
|
|
|
|
},
|
|
|
|
{
|
2021-12-10 18:26:22 +00:00
|
|
|
"regex": "^cluster\\.(((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+)\\.consul\\.)",
|
2020-05-13 17:56:53 +00:00
|
|
|
"tag_name": "consul.full_target"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"tag_name": "local_cluster",
|
|
|
|
"fixed_value": "my-gateway"
|
2020-11-16 23:37:19 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"tag_name": "consul.source.service",
|
|
|
|
"fixed_value": "my-gateway"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"tag_name": "consul.source.namespace",
|
|
|
|
"fixed_value": "default"
|
|
|
|
},
|
2021-09-15 01:37:11 +00:00
|
|
|
{
|
|
|
|
"tag_name": "consul.source.partition",
|
|
|
|
"fixed_value": "default"
|
|
|
|
},
|
2020-11-16 23:37:19 +00:00
|
|
|
{
|
|
|
|
"tag_name": "consul.source.datacenter",
|
|
|
|
"fixed_value": "dc1"
|
2020-05-13 17:56:53 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"use_all_default_tags": true
|
|
|
|
},
|
|
|
|
"dynamic_resources": {
|
|
|
|
"lds_config": {
|
2021-02-26 22:23:15 +00:00
|
|
|
"ads": {},
|
|
|
|
"resource_api_version": "V3"
|
2020-05-13 17:56:53 +00:00
|
|
|
},
|
|
|
|
"cds_config": {
|
2021-02-26 22:23:15 +00:00
|
|
|
"ads": {},
|
|
|
|
"resource_api_version": "V3"
|
2020-05-13 17:56:53 +00:00
|
|
|
},
|
|
|
|
"ads_config": {
|
2021-04-29 18:54:05 +00:00
|
|
|
"api_type": "DELTA_GRPC",
|
2021-02-26 22:23:15 +00:00
|
|
|
"transport_api_version": "V3",
|
2020-05-13 17:56:53 +00:00
|
|
|
"grpc_services": {
|
|
|
|
"initial_metadata": [
|
|
|
|
{
|
|
|
|
"key": "x-consul-token",
|
|
|
|
"value": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"envoy_grpc": {
|
|
|
|
"cluster_name": "local_agent"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-04-07 19:22:52 +00:00
|
|
|
|