kibana-authentication-proxy icon indicating copy to clipboard operation
kibana-authentication-proxy copied to clipboard

Reverse proxy friendly

Open raghur opened this issue 11 years ago • 2 comments

Check for X-Forwarded-Host so that kibana-authentication-proxy itself can be hosted behind a reverse proxy.

Also found a problem where the proxied request will result in a call to ES with http Connection header set to 'close'. ES will error out with a ECONNRESET at that sometimes.

Default behavior (w/o proxy) seems to be set 'Connection: keep-alive' - so setting that explicitly.

raghur avatar May 13 '14 10:05 raghur

:+1:

rgarver avatar Jun 20 '14 19:06 rgarver

:+1:

analytically avatar Aug 05 '14 10:08 analytically