ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

Random logouts #1912

Open Fizz11 opened 4 years ago

Fizz11 commented 4 years ago

Description Users have reported scale randomly logging them out. they will be clicking around and suddenly end up at the login page. Reproduction Steps ???

Expected behavior users should stay logged in for the duration of their session

Version and Environment Details scale 7

mheppner commented 4 years ago

Do we have a SECRET_KEY defined? If it isn't set, the boot script will generate a new one each time the service is redeployed: https://github.com/ngageoint/scale/blob/330b6e6d15501faf52e069cf2a7f68619d959077/dockerfiles/framework/scale/entryPoint.sh#L42