-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic authentication #335
Comments
App servers often have many internal resources that are not exposed publicly and are protected via mechanisms such as servlet filters (earlier in the filter chain) or web.xml rules. Is there a particular issue causing a need to modify the Hystrix servlet itself as opposed to protecting it via one of the various other approaches such as servlet filters or web.xml security rules? |
I didn't modify the hystrix servlet, I used an external servlet filter for security. In this pull request, the hystrix dashboard was modified to support the custom authorization http header. |
The pull request is in #336 |
I have hystrix stream setup on a public web application. It is protected by a basic authentication filter for improved security. It would be nice to have the dashboard support basic authentication.
The text was updated successfully, but these errors were encountered: