vault/builtin/logical/database
Ben Ash 3aed787786
Ensure that URL encoded passwords are properly redacted. (#14744)
The URL password redaction operation did not handle the case where the
database connection URL was provided as a percent-encoded string, and
its password component contained reserved characters. It attempted to
redact the password by replacing the unescaped password in the
percent-encoded URL. This resulted in the password being revealed when
reading the configuration from Vault.
2022-03-29 10:33:55 -04:00
..
dbplugin plugin/catalog: support plugin registration when type is explicitly provided (#14142) 2022-02-17 18:40:33 -08:00
backend_test.go Ensure that URL encoded passwords are properly redacted. (#14744) 2022-03-29 10:33:55 -04:00
backend.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06: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_test.go Port: Premature Rotation For autorotate (#12563) 2021-09-21 17:45:04 -07:00
path_roles.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_test.go DBPW - Copy newdbplugin package to dbplugin/v5 (#10151) 2020-10-15 13:20:12 -06:00
rollback.go DB engine: Check ErrPluginStaticUnsupported in rollback code (#11601) 2021-05-12 17:09:56 -06:00
rotation_test.go test: pin docker image on postgres to 13.4-buster (#12636) 2021-09-27 08:38:39 -07:00
rotation.go Port: Premature Rotation For autorotate (#12563) 2021-09-21 17:45:04 -07:00
secret_creds.go DBPW - Copy newdbplugin package to dbplugin/v5 (#10151) 2020-10-15 13:20:12 -06:00
version_wrapper_test.go Check ErrPluginStaticUnsupported for fallback to RotateRootCredentials (#11585) 2021-05-12 15:22:41 -06:00
version_wrapper.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