mirror of https://github.com/status-im/consul.git
fix formatting issue in envoy bootstrapping. (#20036)
This commit is contained in:
parent
ab60fec15a
commit
0f3cc3d631
|
@ -655,12 +655,12 @@ func (c *BootstrapConfig) generateListenerConfig(args *BootstrapTplArgs, bindAdd
|
|||
"type": "STATIC",
|
||||
"typed_extension_protocol_options": {
|
||||
"envoy.extensions.upstreams.http.v3.HttpProtocolOptions": {
|
||||
"@type": "type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions",
|
||||
"explicit_http_config": {
|
||||
"http_protocol_options": {}
|
||||
}
|
||||
"@type": "type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions",
|
||||
"explicit_http_config": {
|
||||
"http_protocol_options": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
"loadAssignment": {
|
||||
"clusterName": "` + clusterName + `",
|
||||
"endpoints": [
|
||||
|
|
|
@ -23,12 +23,12 @@ const (
|
|||
"type": "STATIC",
|
||||
"typed_extension_protocol_options": {
|
||||
"envoy.extensions.upstreams.http.v3.HttpProtocolOptions": {
|
||||
"@type": "type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions",
|
||||
"explicit_http_config": {
|
||||
"http_protocol_options": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@type": "type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions",
|
||||
"explicit_http_config": {
|
||||
"http_protocol_options": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"loadAssignment": {
|
||||
"clusterName": "self_admin",
|
||||
"endpoints": [
|
||||
|
@ -55,13 +55,13 @@ const (
|
|||
"connect_timeout": "5s",
|
||||
"type": "STATIC",
|
||||
"typed_extension_protocol_options": {
|
||||
"envoy.extensions.upstreams.http.v3.HttpProtocolOptions": {
|
||||
"@type": "type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions",
|
||||
"explicit_http_config": {
|
||||
"http_protocol_options": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"envoy.extensions.upstreams.http.v3.HttpProtocolOptions": {
|
||||
"@type": "type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions",
|
||||
"explicit_http_config": {
|
||||
"http_protocol_options": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"loadAssignment": {
|
||||
"clusterName": "self_admin",
|
||||
"endpoints": [
|
||||
|
|
|
@ -50,9 +50,9 @@ func TestEnvoy(t *testing.T) {
|
|||
caseDir := "CASE_DIR=" + tc
|
||||
|
||||
t.Cleanup(func() {
|
||||
//if t.Failed() {
|
||||
runCmd(t, "capture_logs", caseDir)
|
||||
//}
|
||||
if t.Failed() {
|
||||
runCmd(t, "capture_logs", caseDir)
|
||||
}
|
||||
|
||||
runCmd(t, "test_teardown", caseDir)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue