Closed
Bug 1325462
Opened 9 years ago
Closed 9 years ago
Pass header X-Forwarded-Host to tableau4.metrics.scl3
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mpressman, Assigned: rwatson)
Details
(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/4118])
For our analytics portal Metrics Insight integration we are utilizing a Tableau Trusted Server Authentication. We currently have zeus passing the X-Forwarded-To header to tableau4.metrics.scl3, but we additionally need the X-Forwarded-Host header as well for it to work properly.
Can you please additionally ensure the X-Forwarded-Host header is being passed through?
| Assignee | ||
Updated•9 years ago
|
Assignee: server-ops-webops → rwatson
| Reporter | ||
Comment 1•9 years ago
|
||
*X-Forwarded-For not X-Forwarded-To
Please excuse my typo
| Assignee | ||
Comment 2•9 years ago
|
||
Ok so looking in the zues config:
add_x_forwarded_for & add_x_forwarded_proto were already enabled.
I added the TS rule with the follwing lines:
http.addHeader("X-Forwarded-Host", http.getHostHeader());
So hopefully that should take care of your problem.
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/3910] → [kanban:https://webops.kanbanize.com/ctrl_board/2/3944]
Updated•9 years ago
|
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/3944] → [kanban:https://webops.kanbanize.com/ctrl_board/2/4047]
Updated•9 years ago
|
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/4047] → [kanban:https://webops.kanbanize.com/ctrl_board/2/4118]
Comment 3•9 years ago
|
||
My apologies for all the spam. Sometimes, automation can be a pain, this is clearly one of those times. We'll try and fix this before we try and go through this process again.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•