open-vault/plugins/database
Michael Golowka 8d754f552b
Enable root user credential rotation in MongoDB (#8540)
* Enable root user credential rotation in MongoDB

This takes its logic from the SetCredentials function with some changes
(ex: it's generating a password rather than taking one as a parameter).

This will error if the username isn't specified in the config. Since
Mongo defaults to unauthorized, this seemed like an easy check to make
to prevent strange behaviors when it tries to rotate the "" user.
2020-05-15 11:24:10 -06:00
..
cassandra Add ability to skip 'LIST ALL' check (#7614) 2019-10-14 16:36:49 -06:00
hana Combined Database backend: Add GenerateCredentials to the CredentialsProducer Interface (#7010) 2019-07-05 14:34:47 -04:00
influxdb secret/database: Guard against panic with InfluxDB plugin (#8282) 2020-02-05 13:49:02 -06:00
mongodb Enable root user credential rotation in MongoDB (#8540) 2020-05-15 11:24:10 -06:00
mssql Combined Database backend: Add GenerateCredentials to the CredentialsProducer Interface (#7010) 2019-07-05 14:34:47 -04:00
mysql Update Oracle DB secrets docs to reflect support for static roles (#8168) 2020-02-13 15:11:33 -07:00
postgresql Fix: rotate root credentials for database plugins using WAL (#8782) 2020-04-22 16:21:28 -07:00
redshift Fix: rotate root credentials for database plugins using WAL (#8782) 2020-04-22 16:21:28 -07:00