From 8243768218e595f2665cb92e2b9df72c554f859e Mon Sep 17 00:00:00 2001 From: Gerard Date: Wed, 13 Mar 2019 20:52:06 +0100 Subject: [PATCH] Update trusted_networks (#8874) * Update trusted_networks Update the text for trusted_networks based on 0.89 * Update the trusted_network text * Update source/_components/http.markdown Co-Authored-By: gerard33 * Update http.markdown * :pencil2: Tweak --- source/_components/http.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_components/http.markdown b/source/_components/http.markdown index 3979c5b7575..eca3e3f5b81 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -72,7 +72,7 @@ trusted_proxies: required: false type: string, list trusted_networks: - description: "List of trusted networks, consisting of IP addresses or networks, that are allowed to bypass password protection when accessing Home Assistant. If using a reverse proxy with the `use_x_forwarded_for` and `trusted_proxies` options enabled, requests proxied to Home Assistant with a trusted `X-Forwarded-For` header will appear to come from the IP given in that header instead of the proxy IP." + description: "List of trusted networks, consisting of IP addresses or networks, that are allowed to bypass password protection when accessing Home Assistant. If using a reverse proxy with the `use_x_forwarded_for` and `trusted_proxies` options enabled, requests proxied to Home Assistant with a trusted `X-Forwarded-For` header will appear to come from the IP given in that header instead of the proxy IP." required: false type: string, list ip_ban_enabled: @@ -92,6 +92,10 @@ ssl_profile: default: modern {% endconfiguration %} +

+Configuring trusted_networks via the `http` component will be deprecated and moved to `auth_providers` instead. For instructions, see trusted networks. In Home Assistant 0.89.0 and 0.89.1, you need place the trusted network under both `http` and `auth_providers` if you still want to use trusted networks features. You can remove it from `http` section starting from 0.89.2. +

+ The sample below shows a configuration entry with possible values: ```yaml