mass-project / mass_server

Malware Analysis and Storage System - Server repository
https://mass-project.github.io/
MIT License
12 stars 4 forks source link

API keys are not stored properly #58

Open danielpanteleit opened 7 years ago

danielpanteleit commented 7 years ago

We set up mass_server in a docker environment. Upon rebuilding the docker container the API keys change even though the MongoDb is persistent.

fabian-marquardt commented 7 years ago

I experienced a similar issue when migrating MASS to a Docker container in the last week. Please check that the secret.txt file is persisted across restarts of the container. We will release an "official" MASS server docker container soon, then it should not be an issue anymore.