vault/plugins/database/mongodb
Conor McCullough 9019203e9f
MongoDB database secret engine - rotate-root - Only default to admin if DB blank (#23240)
* Only default to admin if DB blank

* Added some basic tests
2023-10-03 20:28:25 -05:00
..
mongodb-database-plugin [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
cert_helpers_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
connection_producer_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
connection_producer.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
mongodb_test.go MongoDB database secret engine - rotate-root - Only default to admin if DB blank (#23240) 2023-10-03 20:28:25 -05:00
mongodb.go MongoDB database secret engine - rotate-root - Only default to admin if DB blank (#23240) 2023-10-03 20:28:25 -05:00
README.md Add x509 Client Auth to MongoDB Database Plugin (#8329) 2020-02-13 15:54:00 -07:00
util.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00

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.