@@ -853,16 +853,16 @@ tasks:
853
853
- func : " add aws auth variables to file"
854
854
- func : " run aws auth test with regular aws credentials"
855
855
856
- # - name: test-aws-auth-assume-role-credentials
857
- # tags: [aws-auth]
858
- # commands:
859
- # - func: "bootstrap mongo-orchestration"
860
- # vars:
861
- # ORCHESTRATION_FILE: auth-aws.json
862
- # MONGODB_VERSION: rapid
863
- # TOPOLOGY: server
864
- # - func: "add aws auth variables to file"
865
- # - func: "run aws auth test with assume role credentials"
856
+ - name : test-aws-auth-assume-role-credentials
857
+ tags : [aws-auth]
858
+ commands :
859
+ - func : " bootstrap mongo-orchestration"
860
+ vars :
861
+ ORCHESTRATION_FILE : auth-aws.json
862
+ MONGODB_VERSION : rapid
863
+ TOPOLOGY : server
864
+ - func : " add aws auth variables to file"
865
+ - func : " run aws auth test with assume role credentials"
866
866
867
867
- name : test-aws-auth-environment-variables
868
868
tags : [aws-auth]
@@ -875,62 +875,62 @@ tasks:
875
875
- func : " add aws auth variables to file"
876
876
- func : " run aws auth test with aws credentials as environment variables"
877
877
878
- # - name: test-aws-auth-environment-variables-session-token
879
- # tags: [aws-auth]
880
- # commands:
881
- # - func: "bootstrap mongo-orchestration"
882
- # vars:
883
- # ORCHESTRATION_FILE: auth-aws.json
884
- # MONGODB_VERSION: rapid
885
- # TOPOLOGY: server
886
- # - func: "add aws auth variables to file"
887
- # - func: "run aws auth test with aws credentials and session token as environment variables"
888
-
889
- # - name: test-aws-auth-ec2
890
- # tags: [aws-auth]
891
- # commands:
892
- # - func: "bootstrap mongo-orchestration"
893
- # vars:
894
- # ORCHESTRATION_FILE: auth-aws.json
895
- # MONGODB_VERSION: rapid
896
- # TOPOLOGY: server
897
- # - func: "add aws auth variables to file"
898
- # - func: "run aws auth test with aws EC2 credentials"
899
-
900
- # - name: test-aws-auth-ecs
901
- # tags: [aws-auth]
902
- # commands:
903
- # - func: "bootstrap mongo-orchestration"
904
- # vars:
905
- # ORCHESTRATION_FILE: auth-aws.json
906
- # MONGODB_VERSION: rapid
907
- # TOPOLOGY: server
908
- # - func: "add aws auth variables to file"
909
- # - func: "run aws ecs auth test"
910
-
911
- # - name: test-aws-auth-assume-role-with-web-identity
912
- # tags: [aws-auth]
913
- # commands:
914
- # - func: "bootstrap mongo-orchestration"
915
- # vars:
916
- # ORCHESTRATION_FILE: auth-aws.json
917
- # MONGODB_VERSION: rapid
918
- # TOPOLOGY: server
919
- # - func: "add aws auth variables to file"
920
- # - func: "run aws assume role with web identity test"
921
-
922
- # - name: test-aws-auth-assume-role-with-web-identity-session-name
923
- # tags: [aws-auth]
924
- # commands:
925
- # - func: "bootstrap mongo-orchestration"
926
- # vars:
927
- # ORCHESTRATION_FILE: auth-aws.json
928
- # MONGODB_VERSION: rapid
929
- # TOPOLOGY: server
930
- # - func: "add aws auth variables to file"
931
- # - func: "run aws assume role with web identity test"
932
- # vars:
933
- # AWS_ROLE_SESSION_NAME: test
878
+ - name : test-aws-auth-environment-variables-session-token
879
+ tags : [aws-auth]
880
+ commands :
881
+ - func : " bootstrap mongo-orchestration"
882
+ vars :
883
+ ORCHESTRATION_FILE : auth-aws.json
884
+ MONGODB_VERSION : rapid
885
+ TOPOLOGY : server
886
+ - func : " add aws auth variables to file"
887
+ - func : " run aws auth test with aws credentials and session token as environment variables"
888
+
889
+ - name : test-aws-auth-ec2
890
+ tags : [aws-auth]
891
+ commands :
892
+ - func : " bootstrap mongo-orchestration"
893
+ vars :
894
+ ORCHESTRATION_FILE : auth-aws.json
895
+ MONGODB_VERSION : rapid
896
+ TOPOLOGY : server
897
+ - func : " add aws auth variables to file"
898
+ - func : " run aws auth test with aws EC2 credentials"
899
+
900
+ - name : test-aws-auth-ecs
901
+ tags : [aws-auth]
902
+ commands :
903
+ - func : " bootstrap mongo-orchestration"
904
+ vars :
905
+ ORCHESTRATION_FILE : auth-aws.json
906
+ MONGODB_VERSION : rapid
907
+ TOPOLOGY : server
908
+ - func : " add aws auth variables to file"
909
+ - func : " run aws ecs auth test"
910
+
911
+ - name : test-aws-auth-assume-role-with-web-identity
912
+ tags : [aws-auth]
913
+ commands :
914
+ - func : " bootstrap mongo-orchestration"
915
+ vars :
916
+ ORCHESTRATION_FILE : auth-aws.json
917
+ MONGODB_VERSION : rapid
918
+ TOPOLOGY : server
919
+ - func : " add aws auth variables to file"
920
+ - func : " run aws assume role with web identity test"
921
+
922
+ - name : test-aws-auth-assume-role-with-web-identity-session-name
923
+ tags : [aws-auth]
924
+ commands :
925
+ - func : " bootstrap mongo-orchestration"
926
+ vars :
927
+ ORCHESTRATION_FILE : auth-aws.json
928
+ MONGODB_VERSION : rapid
929
+ TOPOLOGY : server
930
+ - func : " add aws auth variables to file"
931
+ - func : " run aws assume role with web identity test"
932
+ vars :
933
+ AWS_ROLE_SESSION_NAME : test
934
934
935
935
- name : test-gssapi-auth
936
936
commands :
0 commit comments