mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
* adds sslinline option to postgres conn string * for database secrets type postgres, inspects the connection string for sslinline and generates a tlsconfig from the connection string. * support fallback hosts * remove broken multihost test * bootstrap container with cert material * overwrite pg config and set key file perms * add feature flag check * add tests * add license and comments * test all ssl modes * add test cases for dsn (key/value) connection strings * add fallback test cases * fix error formatting * add test for multi-host when using pgx native conn url parsing --------- Co-authored-by: Branden Horiuchi <Branden.Horiuchi@blackline.com> |
||
|---|---|---|
| .. | ||
| dbplugin | ||
| schedule | ||
| backend.go | ||
| backend_get_test.go | ||
| backend_test.go | ||
| credentials.go | ||
| credentials_test.go | ||
| mocks_test.go | ||
| mockv4.go | ||
| mockv5.go | ||
| path_config_connection.go | ||
| path_config_connection_test.go | ||
| path_creds_create.go | ||
| path_roles.go | ||
| path_roles_test.go | ||
| path_rotate_credentials.go | ||
| rollback.go | ||
| rollback_test.go | ||
| rotation.go | ||
| rotation_test.go | ||
| secret_creds.go | ||
| version_wrapper.go | ||
| version_wrapper_test.go | ||
| versioning_large_test.go | ||