Skip to content

Commit 1f4c590

Browse files
isabelatkinsonJamieTsai1024
authored andcommitted
test URI/environment variable credentials
1 parent 3d78f80 commit 1f4c590

File tree

1 file changed

+67
-67
lines changed

1 file changed

+67
-67
lines changed

.evergreen/config.yml

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ buildvariants:
222222

223223
- name: aws-auth
224224
display_name: "AWS Authentication"
225-
patchable: false
225+
# patchable: false
226226
run_on:
227227
- ubuntu2004-small
228228
expansions:
@@ -892,16 +892,16 @@ tasks:
892892
- func: "add aws auth variables to file"
893893
- func: "run aws auth test with regular aws credentials"
894894

895-
- name: test-aws-auth-assume-role-credentials
896-
tags: [aws-auth]
897-
commands:
898-
- func: "bootstrap mongo-orchestration"
899-
vars:
900-
ORCHESTRATION_FILE: auth-aws.json
901-
MONGODB_VERSION: rapid
902-
TOPOLOGY: server
903-
- func: "add aws auth variables to file"
904-
- func: "run aws auth test with assume role credentials"
895+
# - name: test-aws-auth-assume-role-credentials
896+
# tags: [aws-auth]
897+
# commands:
898+
# - func: "bootstrap mongo-orchestration"
899+
# vars:
900+
# ORCHESTRATION_FILE: auth-aws.json
901+
# MONGODB_VERSION: rapid
902+
# TOPOLOGY: server
903+
# - func: "add aws auth variables to file"
904+
# - func: "run aws auth test with assume role credentials"
905905

906906
- name: test-aws-auth-environment-variables
907907
tags: [aws-auth]
@@ -914,62 +914,62 @@ tasks:
914914
- func: "add aws auth variables to file"
915915
- func: "run aws auth test with aws credentials as environment variables"
916916

917-
- name: test-aws-auth-environment-variables-session-token
918-
tags: [aws-auth]
919-
commands:
920-
- func: "bootstrap mongo-orchestration"
921-
vars:
922-
ORCHESTRATION_FILE: auth-aws.json
923-
MONGODB_VERSION: rapid
924-
TOPOLOGY: server
925-
- func: "add aws auth variables to file"
926-
- func: "run aws auth test with aws credentials and session token as environment variables"
927-
928-
- name: test-aws-auth-ec2
929-
tags: [aws-auth]
930-
commands:
931-
- func: "bootstrap mongo-orchestration"
932-
vars:
933-
ORCHESTRATION_FILE: auth-aws.json
934-
MONGODB_VERSION: rapid
935-
TOPOLOGY: server
936-
- func: "add aws auth variables to file"
937-
- func: "run aws auth test with aws EC2 credentials"
938-
939-
- name: test-aws-auth-ecs
940-
tags: [aws-auth]
941-
commands:
942-
- func: "bootstrap mongo-orchestration"
943-
vars:
944-
ORCHESTRATION_FILE: auth-aws.json
945-
MONGODB_VERSION: rapid
946-
TOPOLOGY: server
947-
- func: "add aws auth variables to file"
948-
- func: "run aws ecs auth test"
949-
950-
- name: test-aws-auth-assume-role-with-web-identity
951-
tags: [aws-auth]
952-
commands:
953-
- func: "bootstrap mongo-orchestration"
954-
vars:
955-
ORCHESTRATION_FILE: auth-aws.json
956-
MONGODB_VERSION: rapid
957-
TOPOLOGY: server
958-
- func: "add aws auth variables to file"
959-
- func: "run aws assume role with web identity test"
960-
961-
- name: test-aws-auth-assume-role-with-web-identity-session-name
962-
tags: [aws-auth]
963-
commands:
964-
- func: "bootstrap mongo-orchestration"
965-
vars:
966-
ORCHESTRATION_FILE: auth-aws.json
967-
MONGODB_VERSION: rapid
968-
TOPOLOGY: server
969-
- func: "add aws auth variables to file"
970-
- func: "run aws assume role with web identity test"
971-
vars:
972-
AWS_ROLE_SESSION_NAME: test
917+
# - name: test-aws-auth-environment-variables-session-token
918+
# tags: [aws-auth]
919+
# commands:
920+
# - func: "bootstrap mongo-orchestration"
921+
# vars:
922+
# ORCHESTRATION_FILE: auth-aws.json
923+
# MONGODB_VERSION: rapid
924+
# TOPOLOGY: server
925+
# - func: "add aws auth variables to file"
926+
# - func: "run aws auth test with aws credentials and session token as environment variables"
927+
928+
# - name: test-aws-auth-ec2
929+
# tags: [aws-auth]
930+
# commands:
931+
# - func: "bootstrap mongo-orchestration"
932+
# vars:
933+
# ORCHESTRATION_FILE: auth-aws.json
934+
# MONGODB_VERSION: rapid
935+
# TOPOLOGY: server
936+
# - func: "add aws auth variables to file"
937+
# - func: "run aws auth test with aws EC2 credentials"
938+
939+
# - name: test-aws-auth-ecs
940+
# tags: [aws-auth]
941+
# commands:
942+
# - func: "bootstrap mongo-orchestration"
943+
# vars:
944+
# ORCHESTRATION_FILE: auth-aws.json
945+
# MONGODB_VERSION: rapid
946+
# TOPOLOGY: server
947+
# - func: "add aws auth variables to file"
948+
# - func: "run aws ecs auth test"
949+
950+
# - name: test-aws-auth-assume-role-with-web-identity
951+
# tags: [aws-auth]
952+
# commands:
953+
# - func: "bootstrap mongo-orchestration"
954+
# vars:
955+
# ORCHESTRATION_FILE: auth-aws.json
956+
# MONGODB_VERSION: rapid
957+
# TOPOLOGY: server
958+
# - func: "add aws auth variables to file"
959+
# - func: "run aws assume role with web identity test"
960+
961+
# - name: test-aws-auth-assume-role-with-web-identity-session-name
962+
# tags: [aws-auth]
963+
# commands:
964+
# - func: "bootstrap mongo-orchestration"
965+
# vars:
966+
# ORCHESTRATION_FILE: auth-aws.json
967+
# MONGODB_VERSION: rapid
968+
# TOPOLOGY: server
969+
# - func: "add aws auth variables to file"
970+
# - func: "run aws assume role with web identity test"
971+
# vars:
972+
# AWS_ROLE_SESSION_NAME: test
973973

974974
- name: test-atlas-connectivity
975975
commands:

0 commit comments

Comments
 (0)