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: test/readme.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -624,6 +624,9 @@ Run `.evergreen/run-kerberos-tests.sh`.
624
624
625
625
### AWS Authentication tests
626
626
627
+
> [!NOTE]
628
+
> AWS ECS tests have a different set up process. Don't even bother running these locally, just pray to the CI gods that things work and you never have to touch these tests.
629
+
627
630
AWS tests require a cluster configured with MONGODB_AWS auth enabled. This is easy to set up using drivers-evergreen-tools
628
631
by specifying the `aws-auth.json` orchestration file (this is what CI does).
629
632
@@ -632,13 +635,16 @@ by specifying the `aws-auth.json` orchestration file (this is what CI does).
632
635
633
636
Do you want the AWS SDK to be installed while running auth? If not, set MONGODB_AWS_SDK to false.
634
637
635
-
Choose your AWS authentication credential type and export the `AWS_CREDENTIAL_TYPE` type with the chosen value:
638
+
Choose your AWS authentication credential type and export the `AWS_CREDENTIAL_TYPE`type with the chosen value:
0 commit comments