rubykube / microkube

Minimal stack for deploying peatio (open source crypto-currencies trading exchange platform) on a virtual machine
https://www.openware.com
Apache License 2.0
35 stars 83 forks source link

Render Config regenerates secret keys even if they are already present #96

Open martianatwork opened 5 years ago

martianatwork commented 5 years ago

The render config should check if the keys are present and not overwrite the keys already present.

Also we should find a better way to store vault data like if we run rake docker:down and thenrake service:all the vault totp data will be lost and all the users with 2FA enabled will be locked