|
|
|
@ -258,6 +258,7 @@ func TestConfigureDeploymentForMode(t *testing.T) { |
|
|
|
|
"--logs.tail.endpoint=http://example.com", |
|
|
|
|
"--logs.write.endpoint=http://example.com", |
|
|
|
|
fmt.Sprintf("--web.healthchecks.url=https://localhost:%d", gatewayHTTPPort), |
|
|
|
|
"--tls.client-auth-type=NoClientCert", |
|
|
|
|
"--tls.server.cert-file=/var/run/tls/http/tls.crt", |
|
|
|
|
"--tls.server.key-file=/var/run/tls/http/tls.key", |
|
|
|
|
"--tls.healthchecks.server-ca-file=/var/run/ca/service-ca.crt", |
|
|
|
@ -429,6 +430,7 @@ func TestConfigureDeploymentForMode(t *testing.T) { |
|
|
|
|
"--logs.tail.endpoint=http://example.com", |
|
|
|
|
"--logs.write.endpoint=http://example.com", |
|
|
|
|
fmt.Sprintf("--web.healthchecks.url=https://localhost:%d", gatewayHTTPPort), |
|
|
|
|
"--tls.client-auth-type=NoClientCert", |
|
|
|
|
"--tls.server.cert-file=/var/run/tls/http/tls.crt", |
|
|
|
|
"--tls.server.key-file=/var/run/tls/http/tls.key", |
|
|
|
|
"--tls.healthchecks.server-ca-file=/var/run/ca/service-ca.crt", |
|
|
|
@ -613,6 +615,7 @@ func TestConfigureDeploymentForMode(t *testing.T) { |
|
|
|
|
"--logs.write.endpoint=https://example.com", |
|
|
|
|
fmt.Sprintf("--web.healthchecks.url=https://localhost:%d", gatewayHTTPPort), |
|
|
|
|
"--logs.tls.ca-file=/var/run/ca/service-ca.crt", |
|
|
|
|
"--tls.client-auth-type=NoClientCert", |
|
|
|
|
"--tls.server.cert-file=/var/run/tls/http/tls.crt", |
|
|
|
|
"--tls.server.key-file=/var/run/tls/http/tls.key", |
|
|
|
|
"--tls.healthchecks.server-ca-file=/var/run/ca/service-ca.crt", |
|
|
|
|