From 4aed8d43f5f35635d46a71bef059b5a15b8e4c15 Mon Sep 17 00:00:00 2001 From: Peter G Date: Fri, 20 Nov 2020 15:14:04 +0000 Subject: [PATCH 1/4] Include work around for wildcards in HTTP Proxy Exclusion list --- .../configuration/configuring-an-outbound-web-proxy-server.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/admin/configuration/configuring-an-outbound-web-proxy-server.md b/content/admin/configuration/configuring-an-outbound-web-proxy-server.md index e2922e8b4616..2fbadf5df5d0 100644 --- a/content/admin/configuration/configuring-an-outbound-web-proxy-server.md +++ b/content/admin/configuration/configuring-an-outbound-web-proxy-server.md @@ -21,6 +21,10 @@ When a proxy server is enabled for {% data variables.product.product_location %} {% data reusables.enterprise_management_console.privacy %} 4. Under **HTTP Proxy Server**, type the URL of your proxy server. ![Field to type the HTTP Proxy Server URL](/assets/images/enterprise/management-console/http-proxy-field.png) + 5. Optionally, under **HTTP Proxy Exclusion**, type any hosts that do not require proxy access, separating hosts with commas. ![Field to type any HTTP Proxy Exclusions](/assets/images/enterprise/management-console/http-proxy-exclusion-field.png) + +**Note:** For wildcard settings enter the domain preceded by a leading . Example: .mycompany.com + {% data reusables.enterprise_management_console.save-settings %} From 43f401904db75d37c8a0d6d1dce137e4645b1d99 Mon Sep 17 00:00:00 2001 From: Peter G Date: Fri, 20 Nov 2020 15:36:41 +0000 Subject: [PATCH 2/4] Need to remove line feed under HTTP Proxy Exclusion --- .../configuration/configuring-an-outbound-web-proxy-server.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/admin/configuration/configuring-an-outbound-web-proxy-server.md b/content/admin/configuration/configuring-an-outbound-web-proxy-server.md index 2fbadf5df5d0..3d576121c915 100644 --- a/content/admin/configuration/configuring-an-outbound-web-proxy-server.md +++ b/content/admin/configuration/configuring-an-outbound-web-proxy-server.md @@ -24,7 +24,6 @@ When a proxy server is enabled for {% data variables.product.product_location %} 5. Optionally, under **HTTP Proxy Exclusion**, type any hosts that do not require proxy access, separating hosts with commas. ![Field to type any HTTP Proxy Exclusions](/assets/images/enterprise/management-console/http-proxy-exclusion-field.png) - **Note:** For wildcard settings enter the domain preceded by a leading . Example: .mycompany.com {% data reusables.enterprise_management_console.save-settings %} From aa199247f5495cf858d3990d4c0c8a108b40cf54 Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Thu, 31 Dec 2020 14:17:19 +1000 Subject: [PATCH 3/4] Update content/admin/configuration/configuring-an-outbound-web-proxy-server.md Added some small edits --- .../configuration/configuring-an-outbound-web-proxy-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/configuration/configuring-an-outbound-web-proxy-server.md b/content/admin/configuration/configuring-an-outbound-web-proxy-server.md index 3d576121c915..97266d91c310 100644 --- a/content/admin/configuration/configuring-an-outbound-web-proxy-server.md +++ b/content/admin/configuration/configuring-an-outbound-web-proxy-server.md @@ -24,6 +24,6 @@ When a proxy server is enabled for {% data variables.product.product_location %} 5. Optionally, under **HTTP Proxy Exclusion**, type any hosts that do not require proxy access, separating hosts with commas. ![Field to type any HTTP Proxy Exclusions](/assets/images/enterprise/management-console/http-proxy-exclusion-field.png) -**Note:** For wildcard settings enter the domain preceded by a leading . Example: .mycompany.com +**Note:** To exclude all hosts in a domain from requiring proxy access, you can use `.` as a wildcard prefix. For example: `.octo-org.tentacle` {% data reusables.enterprise_management_console.save-settings %} From 708ed3ec2f43e0c8f1050a423f904d5bfc1a17de Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Fri, 8 Jan 2021 11:12:42 +1000 Subject: [PATCH 4/4] Added suggestion from peer review --- .../configuration/configuring-an-outbound-web-proxy-server.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/admin/configuration/configuring-an-outbound-web-proxy-server.md b/content/admin/configuration/configuring-an-outbound-web-proxy-server.md index 97266d91c310..8a398553fa42 100644 --- a/content/admin/configuration/configuring-an-outbound-web-proxy-server.md +++ b/content/admin/configuration/configuring-an-outbound-web-proxy-server.md @@ -22,8 +22,7 @@ When a proxy server is enabled for {% data variables.product.product_location %} 4. Under **HTTP Proxy Server**, type the URL of your proxy server. ![Field to type the HTTP Proxy Server URL](/assets/images/enterprise/management-console/http-proxy-field.png) -5. Optionally, under **HTTP Proxy Exclusion**, type any hosts that do not require proxy access, separating hosts with commas. +5. Optionally, under **HTTP Proxy Exclusion**, type any hosts that do not require proxy access, separating hosts with commas. To exclude all hosts in a domain from requiring proxy access, you can use `.` as a wildcard prefix. For example: `.octo-org.tentacle` ![Field to type any HTTP Proxy Exclusions](/assets/images/enterprise/management-console/http-proxy-exclusion-field.png) -**Note:** To exclude all hosts in a domain from requiring proxy access, you can use `.` as a wildcard prefix. For example: `.octo-org.tentacle` {% data reusables.enterprise_management_console.save-settings %}