We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90e84e commit 606cb9fCopy full SHA for 606cb9f
source/fundamentals/authentication/oidc.txt
@@ -196,7 +196,7 @@ see the corresponding syntax.
196
var client = new MongoClient(mongoClientSettings);
197
198
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``
+(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
201
the preceding Kubernetes OIDC authentication steps. To learn more about authenticating to
202
MongoDB from AWS applications, see the :ref:`csharp-authentication-aws` guide.
0 commit comments