From 3c3b31bb41116ad08a5b5b9c8df31ae6348a572a Mon Sep 17 00:00:00 2001 From: antojacob Date: Mon, 27 Jul 2026 15:51:33 +0100 Subject: [PATCH 1/2] feat: add use-forwarded-header to NIC ConfigMap --- .../nic/configuration/global-configuration/configmap-resource.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/nic/configuration/global-configuration/configmap-resource.md b/content/nic/configuration/global-configuration/configmap-resource.md index 08bb2269f2..a115a4860e 100644 --- a/content/nic/configuration/global-configuration/configmap-resource.md +++ b/content/nic/configuration/global-configuration/configmap-resource.md @@ -119,6 +119,7 @@ For more information, view the [VirtualServer and VirtualServerRoute resources]( |*proxy-pass-headers* | Sets the value of one or more [proxy_pass_header](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass_header) directives. Example: *"nginx.org/proxy-pass-headers": "header-a,header-b"* | N/A | |*add-header* | Adds one or more response headers with the [add_header](https://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header) directive in the `http` context. Use the format *Header-Name: value[:always]* and separate entries with commas. Example: `X-Frame-Options: DENY` or `X-Frame-Options: DENY: always`. | N/A | |*add-header-inherit* | Controls how [add_header_inherit](https://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header_inherit) applies inherited response headers. Allowed values are *on*, *off*, and *merge*. | N/A | +|*use-forwarded-headers* | Allow for users to define a way to disables the default X-forwarded headers set by NIC. Applied globally | *true* | ### Auth and SSL/TLS From 239b44905002df051c0acc894fe4bc4ef3820b9a Mon Sep 17 00:00:00 2001 From: Anto Jacob <65479350+antojacob@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:23:27 +0100 Subject: [PATCH 2/2] Update content/nic/configuration/global-configuration/configmap-resource.md Co-authored-by: yar --- .../configuration/global-configuration/configmap-resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nic/configuration/global-configuration/configmap-resource.md b/content/nic/configuration/global-configuration/configmap-resource.md index a115a4860e..a0f5d3a3ea 100644 --- a/content/nic/configuration/global-configuration/configmap-resource.md +++ b/content/nic/configuration/global-configuration/configmap-resource.md @@ -119,7 +119,7 @@ For more information, view the [VirtualServer and VirtualServerRoute resources]( |*proxy-pass-headers* | Sets the value of one or more [proxy_pass_header](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass_header) directives. Example: *"nginx.org/proxy-pass-headers": "header-a,header-b"* | N/A | |*add-header* | Adds one or more response headers with the [add_header](https://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header) directive in the `http` context. Use the format *Header-Name: value[:always]* and separate entries with commas. Example: `X-Frame-Options: DENY` or `X-Frame-Options: DENY: always`. | N/A | |*add-header-inherit* | Controls how [add_header_inherit](https://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header_inherit) applies inherited response headers. Allowed values are *on*, *off*, and *merge*. | N/A | -|*use-forwarded-headers* | Allow for users to define a way to disables the default X-forwarded headers set by NIC. Applied globally | *true* | +|*use-forwarded-headers* | Allows disabling default `X-Forwarded-*` headers set by the Ingress Controller. Applies globally. | *true* | ### Auth and SSL/TLS