open-vault/builtin/logical/database
Vishal Nayak ad3bf3173c
Warnings indicating ignored and replaced parameters (#14962)
* Warnings indicating ignored and replaced parameters

* Avoid additional var creation

* Add warnings only if the response is non-nil

* Return the response even when error is non-nil

* Fix tests

* Rearrange comments

* Print warning in the log

* Fix another test

* Add CL
2022-04-11 09:57:12 -04:00
..
dbplugin plugin/catalog: support plugin registration when type is explicitly provided (#14142) 2022-02-17 18:40:33 -08:00
backend.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06:00
backend_test.go Warnings indicating ignored and replaced parameters (#14962) 2022-04-11 09:57:12 -04:00
mocks_test.go DBPW - Copy newdbplugin package to dbplugin/v5 (#10151) 2020-10-15 13:20:12 -06:00
mockv4.go DBPW - Copy newdbplugin package to dbplugin/v5 (#10151) 2020-10-15 13:20:12 -06:00
mockv5.go db plugin multiplexing: add test coverage (#14330) 2022-03-03 08:40:46 -06:00
path_config_connection.go Ensure that URL encoded passwords are properly redacted. (#14744) 2022-03-29 10:33:55 -04:00
path_creds_create.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
path_roles.go Port: Premature Rotation For autorotate (#12563) 2021-09-21 17:45:04 -07:00
path_roles_test.go Port: Premature Rotation For autorotate (#12563) 2021-09-21 17:45:04 -07:00
path_rotate_credentials.go Port: Premature Rotation For autorotate (#12563) 2021-09-21 17:45:04 -07:00
rollback.go DB engine: Check ErrPluginStaticUnsupported in rollback code (#11601) 2021-05-12 17:09:56 -06:00
rollback_test.go DBPW - Copy newdbplugin package to dbplugin/v5 (#10151) 2020-10-15 13:20:12 -06:00
rotation.go Port: Premature Rotation For autorotate (#12563) 2021-09-21 17:45:04 -07:00
rotation_test.go test: pin docker image on postgres to 13.4-buster (#12636) 2021-09-27 08:38:39 -07:00
secret_creds.go DBPW - Copy newdbplugin package to dbplugin/v5 (#10151) 2020-10-15 13:20:12 -06:00
version_wrapper.go Check ErrPluginStaticUnsupported for fallback to RotateRootCredentials (#11585) 2021-05-12 15:22:41 -06:00
version_wrapper_test.go Check ErrPluginStaticUnsupported for fallback to RotateRootCredentials (#11585) 2021-05-12 15:22:41 -06:00
versioning_large_test.go db plugin multiplexing: add test coverage (#14330) 2022-03-03 08:40:46 -06:00