open-vault/plugins/database/mongodb
John-Michael Faircloth de68f1820e
upgrade mongo driver to 1.11 (#19954)
* upgrade mongo driver to 1.11

* add changelog

* fix failing test comparison

* ignore http.Transport
2023-04-03 22:18:18 -05:00
..
mongodb-database-plugin adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
README.md Add x509 Client Auth to MongoDB Database Plugin (#8329) 2020-02-13 15:54:00 -07:00
cert_helpers_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
connection_producer.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
connection_producer_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
mongodb.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
mongodb_test.go upgrade mongo driver to 1.11 (#19954) 2023-04-03 22:18:18 -05:00
util.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00

README.md

MongoDB Tests

The test TestInit_clientTLS cannot be run within CircleCI in its current form. This is because it's not possible to use volume mounting with the docker executor.

Because of this, the test is skipped. Running this locally shouldn't present any issues as long as you have docker set up to allow volume mounting from this directory:

go test -v -run Init_clientTLS

This may be able to be fixed if we mess with the entrypoint or the command arguments.