open-vault/builtin/logical/database
Clint f27dc7d5f8 Combined Database backend: Add Static Account support to MongoDB (#7003)
* Implement SetCredentials for MongoDB, adding support for static accounts

* rework SetCredentials to split from CreateUser, and to parse the url for database

* Add integration test for mongodb static account rotation

* check the length of the password results to avoid out-of-bounds

* remove unused method

* use the pre-existing test helper for this. Add parse method to helper

* remove unused command
2019-07-05 14:57:01 -04:00
..
dbplugin Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
backend.go Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
backend_test.go Combined Database backend: Add Static Account support to MongoDB (#7003) 2019-07-05 14:57:01 -04:00
path_config_connection.go
path_creds_create.go Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
path_roles.go Combined Database backend: remove create/delete support (#6951) 2019-06-23 15:58:07 -05:00
path_roles_test.go Combined Database backend: remove create/delete support (#6951) 2019-06-23 15:58:07 -05:00
path_rotate_credentials.go Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
rotation.go Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
rotation_test.go Combined Database backend: Add Static Account support to MongoDB (#7003) 2019-07-05 14:57:01 -04:00
secret_creds.go