Skip to content

Commit 27f81ea

Browse files
committed
chore: add aws k8s container docs
1 parent 81fdd90 commit 27f81ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,15 @@ needs to be tested.
676676
3. For additional Node.js options (like HTTP debug), add them to `AZUREOIDC_TEST_CMD` in `.evergreen/run-oidc-tests-azure.sh`
677677
4. Create an evergreen patch and schedule only the `oidc-auth-test-azure-latest` variant.
678678

679+
## AWS
680+
681+
1. Add a new AWS prose test to `test/integration/auth/mongodb_oidc_k8s.prose.07.test.ts` that mimics the behaviour that
682+
needs to be tested.
683+
2. Ensure that the test has the `only` attribute so only it will run.
684+
3. For additional Node.js options (like HTTP debug), add them to `K8S_TEST_CMD` in `.evergreen/run-oidc-tests-k8s.sh`
685+
4. Create an evergreen patch and schedule only the `oidc-auth-test-k8s-latest-aks` variant.
686+
687+
679688
### TODO Special Env Sections
680689

681690
- TLS

0 commit comments

Comments
 (0)