Skip to content

Commit 28c0a77

Browse files
committed
RR feedback
1 parent 606cb9f commit 28c0a77

File tree

1 file changed

+2
-2
lines changed
  • source/fundamentals/authentication

1 file changed

+2
-2
lines changed

source/fundamentals/authentication/oidc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ see the corresponding syntax.
196196
var client = new MongoClient(mongoClientSettings);
197197

198198
If your application runs on `Amazon Elastic Kubernetes Service <https://aws.amazon.com/eks/>`__
199-
(EKS), you will need to create an ``AWS_WEB_IDENTITY_TOKEN_FILE``
200-
environment variable that points to a file containing your OIDC token in addition to
199+
(EKS), you must create an ``AWS_WEB_IDENTITY_TOKEN_FILE`` environment variable that points
200+
to the file containing your OIDC token, in addition to completing
201201
the preceding Kubernetes OIDC authentication steps. To learn more about authenticating to
202202
MongoDB from AWS applications, see the :ref:`csharp-authentication-aws` guide.
203203

0 commit comments

Comments
 (0)