From 1c5a2ad22bf8697808154474f530077d57b5cdff Mon Sep 17 00:00:00 2001 From: Ruslan Kiyanchuk Date: Wed, 24 Apr 2019 13:27:10 -0700 Subject: [PATCH] Require backup user password to be changed on production Currently backup user password is not specified in the list of variables required to be changed on production. This may result some users having insecure password `passw0rd` for a backup user in their production environment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3a4f26..2682a08 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Required vars to change on production: ```yaml mongodb_user_admin_password mongodb_root_admin_password -mongodb_root_backup_name +mongodb_root_backup_password # if you use replication and authorization mongodb_security_keyfile