Skip to content

Commit

Permalink
backport of commit ded3c9f
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Feb 8, 2024
1 parent c3f4c15 commit 5a4f101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/content/docs/agent/config/config-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,8 @@ specially crafted certificate signed by the CA can be used to gain full access t
will not make use of TLS for outgoing connections. This applies to clients
and servers as both will make outgoing connections. This setting does not
apply to the gRPC interface as Consul makes no outgoing connections on this
interface.
interface. If set to true for the HTTPS interface, this will apply to [watches](/consul/docs/dynamic-app-config/watches)
because internally watches are implemented by making HTTPS requests to the local agent.

- `grpc` ((#tls_grpc)) Provides settings for the gRPC/xDS interface. To enable
the gRPC interface you must define a port via [`ports.grpc`](#grpc_port).
Expand Down

0 comments on commit 5a4f101

Please sign in to comment.