mirror of
https://github.com/status-im/consul.git
synced 2025-01-20 18:50:04 +00:00
7a410d7c5b
* NET-6945 - Replace usage of deprecated Envoy field envoy.config.core.v3.HeaderValueOption.append * update proto for v2 and then update xds v2 logic * add changelog * Update 20078.txt to be consistent with existing changelog entries * swap enum values tomatch envoy.
99 lines
3.4 KiB
Plaintext
99 lines
3.4 KiB
Plaintext
{
|
|
"nonce": "00000001",
|
|
"resources": [
|
|
{
|
|
"@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration",
|
|
"name": "db",
|
|
"validateClusters": true,
|
|
"virtualHosts": [
|
|
{
|
|
"domains": [
|
|
"*"
|
|
],
|
|
"name": "db",
|
|
"routes": [
|
|
{
|
|
"match": {
|
|
"prefix": "/"
|
|
},
|
|
"route": {
|
|
"weightedClusters": {
|
|
"clusters": [
|
|
{
|
|
"name": "big-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
|
|
"requestHeadersToAdd": [
|
|
{
|
|
"appendAction": "OVERWRITE_IF_EXISTS_OR_ADD",
|
|
"header": {
|
|
"key": "x-split-leg",
|
|
"value": "big"
|
|
}
|
|
}
|
|
],
|
|
"responseHeadersToAdd": [
|
|
{
|
|
"appendAction": "OVERWRITE_IF_EXISTS_OR_ADD",
|
|
"header": {
|
|
"key": "x-split-leg",
|
|
"value": "big"
|
|
}
|
|
}
|
|
],
|
|
"weight": 10000
|
|
},
|
|
{
|
|
"name": "goldilocks-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
|
|
"requestHeadersToAdd": [
|
|
{
|
|
"appendAction": "OVERWRITE_IF_EXISTS_OR_ADD",
|
|
"header": {
|
|
"key": "x-split-leg",
|
|
"value": "goldilocks"
|
|
}
|
|
}
|
|
],
|
|
"responseHeadersToAdd": [
|
|
{
|
|
"appendAction": "OVERWRITE_IF_EXISTS_OR_ADD",
|
|
"header": {
|
|
"key": "x-split-leg",
|
|
"value": "goldilocks"
|
|
}
|
|
}
|
|
],
|
|
"weight": 10000
|
|
},
|
|
{
|
|
"name": "lil-bit-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
|
|
"requestHeadersToAdd": [
|
|
{
|
|
"appendAction": "OVERWRITE_IF_EXISTS_OR_ADD",
|
|
"header": {
|
|
"key": "x-split-leg",
|
|
"value": "small"
|
|
}
|
|
}
|
|
],
|
|
"responseHeadersToAdd": [
|
|
{
|
|
"appendAction": "OVERWRITE_IF_EXISTS_OR_ADD",
|
|
"header": {
|
|
"key": "x-split-leg",
|
|
"value": "small"
|
|
}
|
|
}
|
|
],
|
|
"weight": 10000
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration",
|
|
"versionInfo": "00000001"
|
|
} |