Gum-Joe / jakhu

Manage all your web-apps with ease :closed_lock_with_key: :computer: :fireworks:
Other
1 stars 2 forks source link

Database needs better security #26

Open Gum-Joe opened 8 years ago

Gum-Joe commented 8 years ago

There appears to be a bug in mongodb, which causes use to be unable to set a username and password

Repo: Gum-Joe/Web-OS-cookbooks Recipe: mongodb::default Action: mongo web-os --eval 'db.addUser(admin, admin);'

Output:

==> default: STDOUT: MongoDB shell version: 2.4.9
==> default: connecting to: test
==> default: Sat Nov  7 14:30:23.439 SyntaxError: Unexpected identifier
==> default: MongoDB shell version: 2.4.9
==> default: connecting to: web-os
==> default: Sat Nov  7 14:30:23.493 ReferenceError: admin is not defined
==> default: STDERR:
Gum-Joe commented 8 years ago

We no longer use chef. Docker used for mongodb