open-vault/plugins
Konstantinos Tsanaktsidis fb90854233 Fix a panic in MongoDB backend with concurrent create/revoke (#5463)
When Vault is concurrently creating and revoking leases for MongoDB
users as part of the database secrets engine, and then loses connection
to MongoDB, it can panic. This occurrs because the RevokeUser path does
_not_ lock the mutex, but the CreateUser path does. Both threads of
execution can concurently decide to call c.session.Close() in
mongodb/connection_producer.go:119, and then mgo panics when the second
close attempt occurs.
2018-10-04 09:51:08 -04:00
..
database Fix a panic in MongoDB backend with concurrent create/revoke (#5463) 2018-10-04 09:51:08 -04:00
helper/database Make base62.Random truncation optional (#5100) 2018-08-14 12:38:25 -04:00
serve.go Spelling (#4119) 2018-03-20 14:54:10 -04:00