open-vault/plugins/database/redshift
Austin Gebauer 01e701f008
Fix: rotate root credentials for database plugins using WAL (#8782)
* fix: rotate root credentials for database plugins using WAL

* test: adds a test for WAL rollback logic

* fix: progress on wal rollback

* docs: updates some comments

* docs: updates some comments

* test: adds additional test coverage for WAL rollback

* chore: remove unneeded log

* style: error handling, imports, signature line wraps

* fix: always close db plugin connection
2020-04-22 16:21:28 -07:00
..
redshift-database-plugin
redshift.go Fix: rotate root credentials for database plugins using WAL (#8782) 2020-04-22 16:21:28 -07:00
redshift_test.go