Netflix / Turbine

SSE Stream Aggregator
Apache License 2.0
835 stars 255 forks source link

Turbine does not forward auth headers to Hystrix instances #91

Open JoelOtter opened 9 years ago

JoelOtter commented 9 years ago

The Hystrix dashboard offers an option to supply an auth token. One can then build a filter on the servlet running the hystrix-event-stream or Turbine, controlling access.

This works fine for either of these options, but if authorization is implemented on both, Turbine stops working - it doesn't, as far as I can tell, forward the access token given to it when it makes the requests to the Hystrix instances that it has discovered by whichever means.

I'm using Turbine 1.0.0.

Matiasmct commented 6 years ago

Hi,

I know this is an old issue, but I'm having a similar problem/doubt. Is there any way to pass an authentication token to Turbine so that it can talk to the streams, same way you can do it through the Hystrix dashboard GUI? I couldn't find it in the documentation.

Thanks,