Bug 1972864
| Summary: | New `local-with-fallback` service annotation does not preserve source IP | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Dan Winship <danw> |
| Component: | Networking | Assignee: | Dan Winship <danw> |
| Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | bbennett, cholman, sgreene, stbenjam, wking, zzhao |
| Version: | 4.8 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1971808 | Environment: |
[sig-network][Feature:Router] The HAProxy router should set Forwarded headers appropriately
|
| Last Closed: | 2021-07-27 23:13:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1971808 | ||
| Bug Blocks: | |||
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438 |
Verified this bug on 4.8.0-0.nightly-2021-06-22-192915 $ oc rsh hello-cwlxr /srv # ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 3: eth0@if53: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1450 qdisc noqueue state UP link/ether 0a:58:0a:81:00:2f brd ff:ff:ff:ff:ff:ff inet 10.129.0.47/23 brd 10.129.1.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::c452:c6ff:fec5:ece1/64 scope link valid_lft forever preferred_lft forever /srv # curl router-http-echo-default.apps.ci-ln-2n0pkc2-002ac.ci.azure.devcluster.openshift.com GET / HTTP/1.1 user-agent: curl/7.52.1 accept: */* host: router-http-echo-default.apps.ci-ln-2n0pkc2-002ac.ci.azure.devcluster.openshift.com x-forwarded-host: router-http-echo-default.apps.ci-ln-2n0pkc2-002ac.ci.azure.devcluster.openshift.com x-forwarded-port: 80 x-forwarded-proto: http forwarded: for=10.129.0.47;host=router-http-echo-default.apps.ci-ln-2n0pkc2-002ac.ci.azure.devcluster.openshift.com;proto=http x-forwarded-for: 10.129.0.47