aurora icon indicating copy to clipboard operation
aurora copied to clipboard

Replication not supported for web docker package

Open pushkar8723 opened this issue 4 years ago • 1 comments

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 avatar Mar 19 '20 05:03 pushkar8723

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

pushkar8723 avatar Apr 05 '20 15:04 pushkar8723