@@ -1862,11 +1862,12 @@ tasks:
18621862 updates :
18631863 - {key: VERSION, value: latest}
18641864 - {key: TOPOLOGY, value: replica_set}
1865+ - {key: AUTH, value: noauth}
18651866 - func : install dependencies
18661867 - func : bootstrap mongo-orchestration
18671868 - func : bootstrap kms servers
18681869 - func : run socks5 tests
1869- - name : test-socks5-csfle-auth
1870+ - name : test-socks5-csfle-proxy- auth
18701871 tags :
18711872 - socks5-csfle
18721873 commands :
@@ -1877,14 +1878,15 @@ tasks:
18771878 - {key: VERSION, value: latest}
18781879 - {key: TOPOLOGY, value: replica_set}
18791880 - {key: TEST_SOCKS5_CSFLE, value: 'true'}
1880- - {key: AUTH, value: auth}
1881+ - {key: AUTH, value: noauth}
1882+ - {key: PROXY_AUTH, value: 'true'}
18811883 - {key: CLIENT_ENCRYPTION, value: 'true'}
18821884 - {key: TEST_CSFLE, value: 'true'}
18831885 - func : install dependencies
18841886 - func : bootstrap mongo-orchestration
18851887 - func : bootstrap kms servers
18861888 - func : run socks5 tests
1887- - name : test-socks5-csfle-noauth
1889+ - name : test-socks5-csfle-no-proxy-auth
18881890 tags :
18891891 - socks5-csfle
18901892 commands :
@@ -1912,6 +1914,7 @@ tasks:
19121914 - {key: SSL, value: ssl}
19131915 - {key: VERSION, value: latest}
19141916 - {key: TOPOLOGY, value: replica_set}
1917+ - {key: AUTH, value: noauth}
19151918 - func : install dependencies
19161919 - func : bootstrap mongo-orchestration
19171920 - func : run socks5 tests
@@ -4670,8 +4673,8 @@ buildvariants:
46704673 - test-auth-kerberos
46714674 - test-auth-ldap
46724675 - test-socks5
4673- - test-socks5-csfle-auth
4674- - test-socks5-csfle-noauth
4676+ - test-socks5-csfle-proxy- auth
4677+ - test-socks5-csfle-no-proxy-auth
46754678 - test-socks5-tls
46764679 - test-snappy-compression
46774680 - test-zstd-1.x-compression
@@ -4731,8 +4734,8 @@ buildvariants:
47314734 - test-auth-kerberos
47324735 - test-auth-ldap
47334736 - test-socks5
4734- - test-socks5-csfle-auth
4735- - test-socks5-csfle-noauth
4737+ - test-socks5-csfle-proxy- auth
4738+ - test-socks5-csfle-no-proxy-auth
47364739 - test-socks5-tls
47374740 - test-snappy-compression
47384741 - test-zstd-1.x-compression
@@ -4792,8 +4795,8 @@ buildvariants:
47924795 - test-auth-kerberos
47934796 - test-auth-ldap
47944797 - test-socks5
4795- - test-socks5-csfle-auth
4796- - test-socks5-csfle-noauth
4798+ - test-socks5-csfle-proxy- auth
4799+ - test-socks5-csfle-no-proxy-auth
47974800 - test-socks5-tls
47984801 - test-snappy-compression
47994802 - test-zstd-1.x-compression
@@ -4853,8 +4856,8 @@ buildvariants:
48534856 - test-auth-kerberos
48544857 - test-auth-ldap
48554858 - test-socks5
4856- - test-socks5-csfle-auth
4857- - test-socks5-csfle-noauth
4859+ - test-socks5-csfle-proxy- auth
4860+ - test-socks5-csfle-no-proxy-auth
48584861 - test-socks5-tls
48594862 - test-snappy-compression
48604863 - test-zstd-1.x-compression
@@ -4911,8 +4914,8 @@ buildvariants:
49114914 - test-latest-load-balanced
49124915 - test-auth-kerberos
49134916 - test-auth-ldap
4914- - test-socks5-csfle-auth
4915- - test-socks5-csfle-noauth
4917+ - test-socks5-csfle-proxy- auth
4918+ - test-socks5-csfle-no-proxy-auth
49164919 - test-socks5-tls
49174920 - test-snappy-compression
49184921 - test-zstd-1.x-compression
0 commit comments