Adding Authentication to Mongo DB?

SOLVED

Has anyone had success with adding authentication to Mongo DB? The issue that we face is related to audits. Any user on the network who installs Robo 3T can effectively open up and modify the Mongo Database on default port 27013 (I realize that we could change the port). We were not initially set up for SSL, but I am not sure that would really solve the issue.

Parents
  • +1
    verified answer

    First of all, you MUST close 27013 port in firewall, there is no need to have this open to all, of course, if syracuse is located on the same server. If Syracuse and Mongo are located on different servers, then there must be an exclusion with Syracuse server's IP. And then, I guess, the need to have any kind of authentication will be gone Slight smile

Reply
  • +1
    verified answer

    First of all, you MUST close 27013 port in firewall, there is no need to have this open to all, of course, if syracuse is located on the same server. If Syracuse and Mongo are located on different servers, then there must be an exclusion with Syracuse server's IP. And then, I guess, the need to have any kind of authentication will be gone Slight smile

Children