2019-04-29 16:27:57 +00:00
|
|
|
{
|
|
|
|
"admin": {
|
|
|
|
"access_log_path": "/dev/null",
|
|
|
|
"address": {
|
|
|
|
"socket_address": {
|
|
|
|
"address": "127.0.0.1",
|
|
|
|
"port_value": 19000
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node": {
|
|
|
|
"cluster": "test-proxy",
|
2020-01-24 15:04:58 +00:00
|
|
|
"id": "test-proxy",
|
|
|
|
"metadata": {
|
2020-02-10 19:53:04 +00:00
|
|
|
"namespace": "default",
|
2021-02-26 22:23:15 +00:00
|
|
|
"envoy_version": "1.17.0"
|
2020-01-24 15:04:58 +00:00
|
|
|
}
|
2019-04-29 16:27:57 +00:00
|
|
|
},
|
|
|
|
"static_resources": {
|
|
|
|
"clusters": [
|
|
|
|
{
|
|
|
|
"name": "local_agent",
|
2021-02-26 22:23:15 +00:00
|
|
|
"ignore_health_on_host_removal": false,
|
2019-04-29 16:27:57 +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
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2019-04-29 16:27:57 +00:00
|
|
|
}
|
2021-02-22 21:00:15 +00:00
|
|
|
]
|
|
|
|
}
|
2019-04-29 16:27:57 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2019-08-16 14:30:17 +00:00
|
|
|
"stats_config": {
|
|
|
|
"name": "fake_config"
|
|
|
|
},
|
2019-04-29 16:27:57 +00:00
|
|
|
"dynamic_resources": {
|
2019-08-16 14:30:17 +00:00
|
|
|
"lds_config": {
|
2021-02-26 22:23:15 +00:00
|
|
|
"ads": {},
|
|
|
|
"resource_api_version": "V3"
|
2019-08-16 14:30:17 +00:00
|
|
|
},
|
|
|
|
"cds_config": {
|
2021-02-26 22:23:15 +00:00
|
|
|
"ads": {},
|
|
|
|
"resource_api_version": "V3"
|
2019-08-16 14:30:17 +00:00
|
|
|
},
|
2019-04-29 16:27:57 +00:00
|
|
|
"ads_config": {
|
|
|
|
"api_type": "GRPC",
|
2021-02-26 22:23:15 +00:00
|
|
|
"transport_api_version": "V3",
|
2019-04-29 16:27:57 +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
|
|
|
|