Update dev.mdx (#8090)

Remove ref to "virtual service" to avoid confusion with L7 routing virtual services, replace with "debug service".
This commit is contained in:
Mike Morris 2020-06-24 08:26:01 -04:00 committed by GitHub
parent 0e50884525
commit 8a496af085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: