You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/examples/authentication.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,6 +311,7 @@ A sample URI would be::
311
311
.. note:: The access_key_id, secret_access_key, and session_token passed into
312
312
the URI MUST be `percent escaped`_.
313
313
314
+
314
315
AWS Lambda (Environment Variables)
315
316
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
316
317
@@ -331,6 +332,23 @@ for the access key ID, secret access key, and session token, respectively::
331
332
PyMongo will use credentials set via the environment variables.
332
333
These environment variables MUST NOT be `percent escaped`_.
333
334
335
+
336
+
.. _EKS Clusters:
337
+
338
+
EKS Clusters
339
+
~~~~~~~~~~~~
340
+
341
+
Applications using the `Authenticating users for your cluster from an OpenID Connect identity provider <https://docs.aws.amazon.com/eks/latest/userguide/authenticate-oidc-identity-provider.html>`_ capability on EKS can now
342
+
use the provided credentials, by giving the associated IAM User
0 commit comments