From a643ad3c60e42e12d53731756f6a6d066dfca938 Mon Sep 17 00:00:00 2001 From: Thomas Kula Date: Wed, 13 Jun 2018 16:02:13 -0400 Subject: [PATCH] website: Fix getting started connect dependent service example * Needs a `port` * The upstream service is `socat` in the previous example, make the dependent service section use `socat` consistently throughout --- website/source/intro/getting-started/connect.html.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/source/intro/getting-started/connect.html.md b/website/source/intro/getting-started/connect.html.md index 20dde36fab..b963b3d296 100644 --- a/website/source/intro/getting-started/connect.html.md +++ b/website/source/intro/getting-started/connect.html.md @@ -134,11 +134,12 @@ $ cat < **Security note:** The Connect security model requires trusting @@ -167,7 +168,7 @@ all" by default. Let's insert a rule to deny access from web to socat: ```sh -$ consul intention create -deny web db +$ consul intention create -deny web socat Created: web => socat (deny) ```