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?
I submitted a pull request to Turbine that allows you to specify basic auth as a part of the URI. For example http://username:password@mydomain.org
.