vault/plugins/database/mongodb
Calvin Leung Huang a9e7dbb7b4
Support MongoDB session-wide write concern (#3646)
* Initial work on write concern support, set for the lifetime of the session

* Add base64 encoded value support, include docs and tests

* Handle error from json.Unmarshal, fix test and docs

* Remove writeConcern struct, move JSON unmarshal to Initialize

* Return error on empty mapping of write_concern into mgo.Safe struct
2017-12-05 15:31:01 -05:00
..
mongodb-database-plugin Fix flag parsing on database plugins, exit on parse error (#3305) 2017-09-07 16:30:00 -04:00
connection_producer.go Support MongoDB session-wide write concern (#3646) 2017-12-05 15:31:01 -05:00
mongodb.go Try reconnecting Mongo on EOF (#3269) 2017-08-31 16:50:26 -04:00
mongodb_test.go Support MongoDB session-wide write concern (#3646) 2017-12-05 15:31:01 -05:00
util.go Mongodb plugin (#2698) 2017-05-11 17:38:54 -04:00