File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 626
626
"uri" : " mongodb://user:pass@localhost/?authMechanism=MONGODB-OIDC&authMechanismProperties=ENVIRONMENT:gcp" ,
627
627
"valid" : false ,
628
628
"credential" : null
629
- },
630
- {
631
- "description" : " should recognise the mechanism with k8s provider (MONGODB-OIDC)" ,
632
- "uri" : " mongodb://localhost/?authMechanism=MONGODB-OIDC&authMechanismProperties=ENVIRONMENT:k8s" ,
633
- "valid" : true ,
634
- "credential" : {
635
- "username" : null ,
636
- "password" : null ,
637
- "source" : " $external" ,
638
- "mechanism" : " MONGODB-OIDC" ,
639
- "mechanism_properties" : {
640
- "ENVIRONMENT" : " k8s"
641
- }
642
- }
643
- },
644
- {
645
- "description" : " should throw an error for a username and password with k8s provider (MONGODB-OIDC)" ,
646
- "uri" : " mongodb://user:pass@localhost/?authMechanism=MONGODB-OIDC&authMechanismProperties=ENVIRONMENT:k8s" ,
647
- "valid" : false ,
648
- "credential" : null
649
629
}
650
630
]
651
631
}
You can’t perform that action at this time.
0 commit comments