Search code examples
basic-authenticationhystrixturbine

How to configure Netflix Turbine to use basic auth when collecting data from Hystrix streams?


We're exposing Hystrix streams from severals services. These streams are exposed from the management port of each service which is protected by basic authentication. Is it possible to configure Turbine to use basic auth when contacting to (certain) Hystrix streams and if so how?


Solution

  • I submitted a pull request to Turbine that allows you to specify basic auth as a part of the URI. For example http://username:[email protected].