Skip to content

Commit 606cb9f

Browse files
committed
Fix
1 parent b90e84e commit 606cb9f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

source/fundamentals/authentication/oidc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ 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) or another AWS service, you will need to create an ``AWS_WEB_IDENTITY_TOKEN_FILE``
199+
(EKS), you will need to create an ``AWS_WEB_IDENTITY_TOKEN_FILE``
200200
environment variable that points to a file containing your OIDC token in addition to
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.

0 commit comments

Comments
 (0)