-
Notifications
You must be signed in to change notification settings - Fork 103
Mongo-Cluster running without Password #109
Comments
@appinteractive Firstly setup your admin users on your mongo instance. Then upgrade your mongo cluster add --auth to your startup command. |
Yeah I did it already and it worked. But to be honest that’s should be four fields to add a read write user and an admin user on first startup if not happened oder add a BIG warning to that to be aware of. I know it’s not your fault that mongo Standard config is unsafe bur we should not letting run other people into it. Hope you get my point and thanks for your package man! 🙂 |
Fully agree with you! Not my package but was setting this up also and found it strange that there was no option to secure the DB. |
Looks like there's already a pull request for this: #86 - but for some reason it's ignored... |
the cluseter has the following error after I add --auth: |
How can I configure a password for my Mongo Cluster? At the default configuration its open to the wild! This sould really not be the default!
The text was updated successfully, but these errors were encountered: