File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/fundamentals/authentication Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ see the corresponding syntax.
196
196
var client = new MongoClient(mongoClientSettings);
197
197
198
198
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
201
201
the preceding Kubernetes OIDC authentication steps. To learn more about authenticating to
202
202
MongoDB from AWS applications, see the :ref:`csharp-authentication-aws` guide.
203
203
You can’t perform that action at this time.
0 commit comments