pushkar8723 / aurora

SPOJ like judge to automatically judge the submitted solution.
http://aurora.pushkaranand.com
MIT License
99 stars 81 forks source link

Replication not supported for web docker package #17

Open pushkar8723 opened 4 years ago

pushkar8723 commented 4 years ago

Sessions are stored on the filesystem for the web docker image. Making it necessary to replicate the image on same host with volume mount. We need to evaluate either the use of NFS or Redis for storing sessions.

pushkar8723 commented 4 years ago

JWT is a good solution for this and the secret can be taken as an environment variable.