vault/changelog/30073.txt
Mathias Top 17054b52a4
fix mongodb connection issue when using TLS client + username/password authentication (#30073)
* fix mongodb connection issue when using TLS client + username/password authentication

* add changelog file

* fix authMecanism more properly - add test for TLS and User/Password auth

* add godoc on TestGetTLSAndUserPasswordAuth

* update test to be included in TestGetTLSAuth - replace value by constant
2025-06-16 14:22:44 -04:00

3 lines
118 B
Plaintext

```release-note:bug
mongodb: fix mongodb connection issue when using TLS client + username/password authentication
```