NGINX Ingress Controller 4.11.5 Not Forwarding Authorization Header Despite Configuration #13163
Labels
needs-kind
Indicates a PR lacks a `kind/foo` label and requires one.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
After upgrading from NGINX Ingress Controller 4.7.1 to 4.11.5, Basic Authentication headers are not being forwarded to the backend FastAPI application, despite explicit configuration. The headers work when NGINX auth is disabled.
Current Behavior
$http_authorization
appears empty in forwarded requestsproxy_set_header Authorization "";
inside nginx.conf fileExpected Behavior
NGINX should forward original
Authorization
header after performing its own authentication.Reproduction Steps
The text was updated successfully, but these errors were encountered: