From 49fc7eb4bb6ad369a1e8f2219a9c010530bd7b81 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Wed, 24 Jun 2020 08:26:01 -0400 Subject: [PATCH] Update dev.mdx (#8090) Remove ref to "virtual service" to avoid confusion with L7 routing virtual services, replace with "debug service". --- website/pages/docs/connect/dev.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/connect/dev.mdx b/website/pages/docs/connect/dev.mdx index 622641d43d..86cbc75f46 100644 --- a/website/pages/docs/connect/dev.mdx +++ b/website/pages/docs/connect/dev.mdx @@ -39,7 +39,7 @@ $ consul connect proxy \ This works because the source `-service` does not need to be registered in the local Consul catalog. However, to retrieve a valid identifying certificate, the ACL token must have `service:write` permissions. This -can be used as a sort of "virtual service" to represent people, too. In +can be used as a sort of "debug service" to represent people, too. In the example above, the proxy is identifying as `operator-mitchellh`. With the proxy running, we can now use `psql` like normal: