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

[Ray] Secure Redis ports #108

Closed
pschafhalter opened this issue Oct 4, 2018 · 0 comments · Fixed by #1107
Closed

[Ray] Secure Redis ports #108

pschafhalter opened this issue Oct 4, 2018 · 0 comments · Fixed by #1107
Milestone

Comments

@pschafhalter
Copy link
Collaborator

Currently Ray's Redis ports are not secured by default which is a problem on systems exposed to the internet.

Once ray-project/ray#2952 is merged, I recommend securing Redis ports with ray.init(redis_password=password) where password is securely generated e.g. by using the secrets module.

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

Successfully merging a pull request may close this issue.

2 participants