File tree Expand file tree Collapse file tree 4 files changed +8
-26
lines changed Expand file tree Collapse file tree 4 files changed +8
-26
lines changed Original file line number Diff line number Diff line change @@ -1623,13 +1623,6 @@ tasks:
1623
1623
- func : start-load-balancer
1624
1624
- func : run-lb-tests
1625
1625
- func : stop-load-balancer
1626
- - name : test-auth-kerberos
1627
- tags :
1628
- - auth
1629
- - kerberos
1630
- commands :
1631
- - func : install dependencies
1632
- - func : run kerberos tests
1633
1626
- name : test-auth-ldap
1634
1627
tags :
1635
1628
- auth
@@ -3540,7 +3533,6 @@ buildvariants:
3540
3533
- test-5.0-load-balanced
3541
3534
- test-6.0-load-balanced
3542
3535
- test-latest-load-balanced
3543
- - test-auth-kerberos
3544
3536
- test-auth-ldap
3545
3537
- test-auth-oidc
3546
3538
- test-socks5
@@ -3593,7 +3585,6 @@ buildvariants:
3593
3585
- test-5.0-load-balanced
3594
3586
- test-6.0-load-balanced
3595
3587
- test-latest-load-balanced
3596
- - test-auth-kerberos
3597
3588
- test-auth-ldap
3598
3589
- test-auth-oidc
3599
3590
- test-socks5
@@ -3644,7 +3635,6 @@ buildvariants:
3644
3635
- test-5.0-load-balanced
3645
3636
- test-6.0-load-balanced
3646
3637
- test-latest-load-balanced
3647
- - test-auth-kerberos
3648
3638
- test-auth-ldap
3649
3639
- test-auth-oidc
3650
3640
- test-socks5
@@ -3695,7 +3685,6 @@ buildvariants:
3695
3685
- test-5.0-load-balanced
3696
3686
- test-6.0-load-balanced
3697
3687
- test-latest-load-balanced
3698
- - test-auth-kerberos
3699
3688
- test-auth-ldap
3700
3689
- test-auth-oidc
3701
3690
- test-socks5
@@ -3746,7 +3735,6 @@ buildvariants:
3746
3735
- test-5.0-load-balanced
3747
3736
- test-6.0-load-balanced
3748
3737
- test-latest-load-balanced
3749
- - test-auth-kerberos
3750
3738
- test-auth-ldap
3751
3739
- test-auth-oidc
3752
3740
- test-socks5
Original file line number Diff line number Diff line change @@ -179,11 +179,12 @@ TASKS.push(
179
179
{ func : 'stop-load-balancer' }
180
180
]
181
181
} ,
182
- {
183
- name : 'test-auth-kerberos' ,
184
- tags : [ 'auth' , 'kerberos' ] ,
185
- commands : [ { func : 'install dependencies' } , { func : 'run kerberos tests' } ]
186
- } ,
182
+ // TODO(NODE-5519): Kerberos kinit errors.
183
+ // {
184
+ // name: 'test-auth-kerberos',
185
+ // tags: ['auth', 'kerberos'],
186
+ // commands: [{ func: 'install dependencies' }, { func: 'run kerberos tests' }]
187
+ //},
187
188
{
188
189
name : 'test-auth-ldap' ,
189
190
tags : [ 'auth' , 'ldap' ] ,
@@ -795,13 +796,6 @@ for (const variant of BUILD_VARIANTS.filter(
795
796
) ;
796
797
}
797
798
798
- // TODO(NODE-5021): Drop support for Kerberos 1.x on in 6.0.0
799
- for ( const variant of BUILD_VARIANTS . filter (
800
- variant => variant . expansions && [ 'latest' ] . includes ( variant . expansions . NODE_LTS_VERSION )
801
- ) ) {
802
- variant . tasks = variant . tasks . filter ( name => ! [ 'test-auth-kerberos' ] . includes ( name ) ) ;
803
- }
804
-
805
799
// TODO(NODE-4897): Debug socks5 tests on node latest
806
800
for ( const variant of BUILD_VARIANTS . filter (
807
801
variant => variant . expansions && [ 'latest' ] . includes ( variant . expansions . NODE_LTS_VERSION )
Original file line number Diff line number Diff line change 35
35
"peerDependencies" : {
36
36
"@aws-sdk/credential-providers" : " ^3.201.0" ,
37
37
"@mongodb-js/zstd" : " ^1.1.0" ,
38
- "kerberos" : " ^2.0.1 " ,
38
+ "kerberos" : " ^1.0.0 || ^ 2.0.0 " ,
39
39
"mongodb-client-encryption" : " >=2.3.0 <3" ,
40
40
"snappy" : " ^7.2.2"
41
41
},
You can’t perform that action at this time.
0 commit comments