kubernetes/ingress-nginx

Support standard Forwarded header

Open

#10.263 geöffnet am 1. Aug. 2023

Auf GitHub ansehen
 (15 Kommentare) (9 Reaktionen) (2 zugewiesene Personen)Go (15.199 Stars) (7.888 Forks)batch import
good first issuehelp wantedkind/featurepriority/backlogtriage/accepted

Beschreibung

As far as I can see the ingess controller currently just supports the "non-standard" X-Forwarded-* headers. It would be nice to support also the standard Forwarded header.

Use case

Keycloak has added support for the Forwarded header with version 21.0.0 and advices reverse-proxies to override this header.

Contributor Guide