From 4be0ed6dc0c76c0daa4154c861ee9c2dee4264a6 Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Tue, 17 Oct 2023 19:59:14 +0100 Subject: [PATCH] Reword Signed-off-by: Elena Kolevska --- 0008-S-sidecar-endpoint-tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0008-S-sidecar-endpoint-tls.md b/0008-S-sidecar-endpoint-tls.md index a737b39..2ed61e4 100644 --- a/0008-S-sidecar-endpoint-tls.md +++ b/0008-S-sidecar-endpoint-tls.md @@ -139,7 +139,7 @@ What changes or actions are required to make this proposal complete? ## Test matrix -| URL | Endpoint string to pass to grpc client | Hostname | Port | Secure | Error | +| URL | Endpoint string to pass to grpc client | Hostname | Port | TLS | Error | | ------------------------------------------------------------ | ----------------------------------------- | --------------------------------- | ---- | ------ | --------------------------------------------------------------------------- | | :5000 | dns:localhost:5000 | localhost | 5000 | FALSE | | | :5000?tls=false | dns:localhost:5000 | localhost | 5000 | FALSE | |