| Summary: | HAproxy sets a cookie that contains the internal IP address of a pod | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Sten Turpin <sten> |
| Component: | Routing | Assignee: | Phil Cameron <pcameron> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | zhaozhanqi <zzhao> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.x | CC: | agrimm, aos-bugs, bbennett, bperkins, erich, erjones, pcameron |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | atomic-openshift-3.2.0.20 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: missing code
Consequence: IP is in clear text
Fix: obscure target IP address in cookie hashing the ip addressa along with other route information
Result: IP is obsured.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-08 13:16:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1303130, 1322718 | ||
|
Description
Sten Turpin
2016-03-17 20:40:07 UTC
Test added to https://github.com/openshift/origin/pull/8334 https://github.com/openshift/origin/pull/8334 Fix is Merged in openshift/origin. This does not look to be merged. Can you confirm that it is merged? Eric Rich, As far as I know Eric Paris merged the fix. What information do you need? (In reply to Phil Cameron from comment #6) > Eric Rich, As far as I know Eric Paris merged the fix. What information do > you need? PR up stream is not merged, but open. This is what I am referring to. https://github.com/openshift/origin/pull/8334 PR has merged. rebuild router image using the latest code and check the cookies values have changed to hash verified this bug. |