mongodb-js / connection-model

MongoDB connection model.
Apache License 2.0
10 stars 5 forks source link

chore: remove kerberos password COMPASS-4378 #343

Closed rose-m closed 3 years ago

rose-m commented 3 years ago

Description

Removes the Kerberos password field from the connection model. Also bumps mongodb-runner to the latest version to make it work on Node 14.x.

Motivation and Context

Types of changes

rose-m commented 3 years ago

@mcasimir I've added a tiny test to at least ensure the parsing of old-style URLs with passwords works and when you transform again to URL it's gone.