overture-stack / dms

Overture Data Management System
GNU Affero General Public License v3.0
0 stars 1 forks source link

Script Crashes if User Chooses Not to Set DB Passwords #80

Closed b-f-chan closed 3 years ago

b-f-chan commented 3 years ago

Currently the script crashes without any graceful error handling if the user chooses NOT to set a DB password (Ego, Song, ES)

If user chooses no, script should set a default in the config.yaml and not crash

b-f-chan commented 3 years ago

Fixed by removing the option to decline a DB password - Should enforce security credentials

Tested in 0.16.0, script now simply forces user to enter a DB password wherever needed

Closing