Question
Is allowing mongodb connection from anywhere safe if the database is password protected?
I want to set my firewall settings on my MongoDB droplet to allow connections to port 27017 from anywhere.
Would this be a security threat if the DB itself is password protected with a long, secure password?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×