You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
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
With auth annotations enabled, requests to backend return 401
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_authorizationappears empty in forwarded requestsproxy_set_header Authorization "";inside nginx.conf fileExpected Behavior
NGINX should forward original
Authorizationheader after performing its own authentication.Reproduction Steps