Skip to content

Commit 1c5a2ad

Browse files
authored
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.
1 parent 387e7f7 commit 1c5a2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Required vars to change on production:
171171
```yaml
172172
mongodb_user_admin_password
173173
mongodb_root_admin_password
174-
mongodb_root_backup_name
174+
mongodb_root_backup_password
175175
176176
# if you use replication and authorization
177177
mongodb_security_keyfile

0 commit comments

Comments
 (0)