Browse Source

Update dev.mdx (#8090)

Remove ref to "virtual service" to avoid confusion with L7 routing virtual services, replace with "debug service".
pull/8182/head
Mike Morris 4 years ago committed by GitHub
parent
commit
49fc7eb4bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/pages/docs/connect/dev.mdx

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

Loading…
Cancel
Save