summaryrefslogtreecommitdiff
path: root/debian/mongod.1
diff options
context:
space:
mode:
authorVarun Ravichandran <varun.ravichandran@mongodb.com>2021-04-22 00:22:57 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-28 19:49:29 +0000
commit193e8838d915a3609b1cda62301e4601bd48b34d (patch)
treed9041d6f98857f0776b230085ccc33aa352d4699 /debian/mongod.1
parentb46ac14ee3895b8129069c8f1b03e3820ebcea99 (diff)
downloadmongo-193e8838d915a3609b1cda62301e4601bd48b34d.tar.gz
SERVER-55827: Rename security.clusterIpSourceWhitelist to security.clusterIpSourceAllowlist
Diffstat (limited to 'debian/mongod.1')
-rw-r--r--debian/mongod.110
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/mongod.1 b/debian/mongod.1
index 7d70e315630..a49aeefc92a 100644
--- a/debian/mongod.1
+++ b/debian/mongod.1
@@ -397,7 +397,7 @@ is, you can specify one or the other, but not both.
.UNINDENT
.INDENT 0.0
.TP
-.B \-\-clusterIpSourceWhitelist <string>
+.B \-\-clusterIpSourceAllowlist <string>
New in version 3.6.
.sp
@@ -409,17 +409,17 @@ either explicitly in the list or belongs to a CIDR range in the list. If the
IP address is not present, the server does not authenticate the
\fI\%mongod\fP or \fBmongos\fP\&.
.sp
-\fI\%\-\-clusterIpSourceWhitelist\fP has no effect on a \fI\%mongod\fP started without
+\fI\%\-\-clusterIpSourceAllowlist\fP has no effect on a \fI\%mongod\fP started without
authentication\&.
.sp
-\fI\%\-\-clusterIpSourceWhitelist\fP accepts multiple comma\-separated IPv4/6 addresses or Classless
+\fI\%\-\-clusterIpSourceAllowlist\fP accepts multiple comma\-separated IPv4/6 addresses or Classless
Inter\-Domain Routing (\fI\%CIDR\fP) ranges:
.INDENT 7.0
.INDENT 3.5
.sp
.nf
.ft C
-mongod \-\-clusterIpSourceWhitelist 192.0.2.0/24,127.0.0.1,::1
+mongod \-\-clusterIpSourceAllowlist 192.0.2.0/24,127.0.0.1,::1
.ft P
.fi
.UNINDENT
@@ -428,7 +428,7 @@ mongod \-\-clusterIpSourceWhitelist 192.0.2.0/24,127.0.0.1,::1
\fBIMPORTANT:\fP
.INDENT 7.0
.INDENT 3.5
-Ensure \fI\%\-\-clusterIpSourceWhitelist\fP includes the IP address \fIor\fP CIDR ranges that include the
+Ensure \fI\%\-\-clusterIpSourceAllowlist\fP includes the IP address \fIor\fP CIDR ranges that include the
IP address of each replica set member or \fBmongos\fP in the
deployment to ensure healthy communication between cluster components.
.UNINDENT