File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
source/security/authentication Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,10 @@ AWS documentation for the version you need:
130
130
131
131
.. note::
132
132
133
- For the AWS SDK for Java v2, the Java driver currently tests by using the
133
+ For the AWS SDK for Java v2, the Java driver tests by using the
134
134
``software.amazon.awssdk:auth:2.30.31`` dependency.
135
135
136
- For the AWS SDK for Java v1, the Java driver currently tests by using the
136
+ For the AWS SDK for Java v1, the Java driver tests by using the
137
137
``com.amazonaws:aws-java-sdk-core:1.12.782`` dependency.
138
138
139
139
.. _kotlin-mongodb-aws-sdk-credentials:
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ mechanism and use the following placeholder values:
55
55
56
56
- ``db_username``: Your MongoDB database username.
57
57
- ``db_password``: Your MongoDB database user's password.
58
- - ``hostname``: The network address of your MongoDB deployment, accessible by your client.
58
+ - ``hostname``: The network address of your MongoDB deployment, open to your client.
59
59
- ``port``: The port number of your MongoDB deployment.
60
60
- ``authenticationDb``: The MongoDB database that contains your user's
61
61
authentication data. If you omit this parameter, the driver uses the
@@ -140,7 +140,7 @@ mechanism and use the following placeholder values:
140
140
141
141
- ``db_username``: Your MongoDB database username.
142
142
- ``db_password``: Your MongoDB database user's password.
143
- - ``hostname``: The network address of your MongoDB deployment, accessible by your client.
143
+ - ``hostname``: The network address of your MongoDB deployment, open to your client.
144
144
- ``port``: The port number of your MongoDB deployment.
145
145
- ``authenticationDb``: The MongoDB database that contains your user's
146
146
authentication data. If you omit this parameter, the driver uses the
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Specify X.509 Authentication
40
40
The examples in this section show how to specify the ``X.509`` authentication mechanism
41
41
and use the following placeholder values:
42
42
43
- * ``hostname``: The network address of your MongoDB deployment, accessible by your client.
43
+ * ``hostname``: The network address of your MongoDB deployment, open to your client.
44
44
* ``port``: The port number of your MongoDB server.
45
45
* ``authenticationDb``: The MongoDB database that contains your user's
46
46
authentication data. If you omit this parameter, the driver uses the
You can’t perform that action at this time.
0 commit comments