diff options
author | Varun Ravichandran <varun.ravichandran@mongodb.com> | 2021-04-22 00:22:57 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-04-28 19:49:29 +0000 |
commit | 193e8838d915a3609b1cda62301e4601bd48b34d (patch) | |
tree | d9041d6f98857f0776b230085ccc33aa352d4699 /debian | |
parent | b46ac14ee3895b8129069c8f1b03e3820ebcea99 (diff) | |
download | mongo-193e8838d915a3609b1cda62301e4601bd48b34d.tar.gz |
SERVER-55827: Rename security.clusterIpSourceWhitelist to security.clusterIpSourceAllowlist
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongod.1 | 10 |
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 |