Ver Fonte

Merge pull request #2403 from whalelines/main

mongo: add more security information
yosifkit há 1 ano atrás
pai
commit
271105a7f2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      mongo/content.md

+ 1 - 1
mongo/content.md

@@ -10,7 +10,7 @@ First developed by the software company 10gen (now MongoDB Inc.) in October 2007
 
 # Security
 
-By default Mongo's configuration requires no authentication for access, even for the administrative user. See the "`MONGO_INITDB_ROOT_USERNAME`, `MONGO_INITDB_ROOT_PASSWORD`" section below for information on how to begin securing Mongo and the [MongoDB Security documentation](https://www.mongodb.com/docs/manual/security/) for more detail.
+By default Mongo's configuration requires no authentication for access, even for the administrative user. It is highly recommended to set a root user name and password if you plan on exposing your Mongo instance to the internet. See the "`MONGO_INITDB_ROOT_USERNAME`, `MONGO_INITDB_ROOT_PASSWORD`" section below for instructions and the [MongoDB Security documentation](https://www.mongodb.com/docs/manual/security/) for a more complete treatment.
 
 # How to use this image