open-vault/plugins/database/mongodb
hc-github-team-secure-vault-core c90b7cddb7
backport of commit 9019203e9f052b6e58a14cbfab4a559d5e7e5883 (#23491)
Co-authored-by: Conor McCullough <103977699+conor-mccullough@users.noreply.github.com>
2023-10-04 09:13:33 -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 backport of commit 9019203e9f052b6e58a14cbfab4a559d5e7e5883 (#23491) 2023-10-04 09:13:33 -05:00
mongodb_test.go backport of commit 9019203e9f052b6e58a14cbfab4a559d5e7e5883 (#23491) 2023-10-04 09:13:33 -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.