Skip to content

Commit 09fc576

Browse files
docs
1 parent f202d47 commit 09fc576

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

test/readme.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,9 @@ Run `.evergreen/run-kerberos-tests.sh`.
624624
625625
### AWS Authentication tests
626626
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+
627630
AWS tests require a cluster configured with MONGODB_AWS auth enabled. This is easy to set up using drivers-evergreen-tools
628631
by specifying the `aws-auth.json` orchestration file (this is what CI does).
629632

@@ -632,13 +635,16 @@ by specifying the `aws-auth.json` orchestration file (this is what CI does).
632635

633636
Do you want the AWS SDK to be installed while running auth? If not, set MONGODB_AWS_SDK to false.
634637

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:
636639

637640
| AWS Credential Type | Explanation |
638641
| ------------------- | ----------------------------------------------------------------------------------------------- |
639-
| regular | The AWS credentials are present in the URI as username:password. |
642+
| regular | The AWS credentials are present in the URI as username:password |
640643
| env-creds | AWS credentials are loaded into the environment as AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY |
641-
| assume-role | asdf |
644+
| assume-role | The machine assumes a particular authentication role, associated with the machine |
645+
| ec2 | The driver authenticates against a local endpoint (on an AWS ec2 instance) |
646+
| web-identity | Credentials are sourced from an AssumeRoleWithWebIdentity |
647+
| session-creds | Similar to env-creds, but the credentials are temporary and include a session token |
642648

643649
1. Run the `bash .evergreen/run-mongodb-aws-tests.sh`.
644650

0 commit comments

Comments
 (0)