Skip to content
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

Secure data transfer between master/slave in different geographical regions #491

Closed
hartfordfive opened this issue Oct 24, 2016 · 1 comment

Comments

@hartfordfive
Copy link

Is there a way to securely transfer cluster data between master and slaves, or is this already the case? I'm ask because I plan on eventually doing load testing scenarios that include instances that are in 2 or more different geographical regions, which means they won't all be sharing some secure infrastructure by default, for example the same VPC in AWS. Also, would there be a simple method of adding native HTTPS ability for the reporting GUI, or is it best to apply that a higher level?

@heyman
Copy link
Member

heyman commented Oct 24, 2016

There's no built in security for communicating between master and slaves. I'd suggest setting up firewall rules (though please note that the traffic is not encrypted, so someone could theoretically sniff the URL-endpoints being tested, as well as the response time statistics).

There's no built in TLS support, but you could probably set up nginx to proxy-pass to Locust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants