From 9eb862206106d4b45d74aeb5c023b05ca9ebdca9 Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Mon, 2 Aug 2021 13:23:58 -0700 Subject: [PATCH] docs: Note proxy-defaults can globally set service protocol (#10649) Add a note to the docs for the service defaults config entry which informs users that the service protocol can be configured for all services using the proxy defaults config entry. Resolves #8279 Co-authored-by: Freddy --- .../docs/connect/config-entries/service-defaults.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/docs/connect/config-entries/service-defaults.mdx b/website/content/docs/connect/config-entries/service-defaults.mdx index 0a5ab3251..3d136db56 100644 --- a/website/content/docs/connect/config-entries/service-defaults.mdx +++ b/website/content/docs/connect/config-entries/service-defaults.mdx @@ -18,6 +18,12 @@ service, such as its protocol. ### Default protocol +-> **NOTE**: The default protocol can also be configured globally for all proxies +using the [proxy defaults](/docs/connect/config-entries/proxy-defaults#default-protocol) +config entry. However, if the protocol value is specified in a service defaults +config entry for a given service, that value will take precedence over the +globally configured value from proxy defaults. +