Edits frontend/Dockerfile to remove the opening of Redis's port. Turns out attackers were attacking this port source).
DOC: edits the documentation to open very specific ports. Otherwise these are exposed to attacks.
Stability fixes:
Show plain HTML after uploading experiment parameters (instead of a redirect). Now, refreshing will definitely not try to re-send the request to initialize experiment.
Performance improvements:
Created a new AMI for Redis performance fixes (including disabling transparent huge memory pages).
Reference issues/PRs
This PR closes #10 because Redis is not available to attackers.
What does this PR implement? Security fixes:
frontend/Dockerfile
to remove the opening of Redis's port. Turns out attackers were attacking this port source).Stability fixes:
Performance improvements:
Reference issues/PRs This PR closes #10 because Redis is not available to attackers.