Jason O'Donnell
1c98d91026
secrets/mysql: Add tls_server_name
and tls_skip_verify
parameters ( #18799 )
...
* secret/mysql: add tls_server_name config parameter
* Add skip verify
* Add doc
* changelog
* changelog
* Update plugins/database/mysql/connection_producer.go
Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
* Update plugins/database/mysql/connection_producer.go
Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
2023-01-23 20:06:46 +00:00
Jeff Mitchell
861454e0ed
Migrate to sdk/internalshared libs in go-secure-stdlib ( #12090 )
...
* Swap sdk/helper libs to go-secure-stdlib
* Migrate to go-secure-stdlib reloadutil
* Migrate to go-secure-stdlib kv-builder
* Migrate to go-secure-stdlib gatedwriter
2021-07-15 20:17:31 -04:00
Lars Lehtonen
ee13145436
plugins: deprecate errwrap.Wrapf() ( #11590 )
...
* plugins/database/redshift: deprecate errwrap.Wrapf()
* plugins/database/postgresql: deprecate errwrap.Wrapf()
* plugins/database/mysql: deprecate errwrap.Wrapf()
* plugins/database/mssql: deprecate errwrap.Wrapf()
* plugins/database/mongodb: deprecate errwrap.Wrapf()
* plugins/database/influxdb: deprecate errwrap.Wrapf()
2021-05-21 10:22:29 -04:00
Michael Golowka
7bfe785092
MySQL - Add username customization ( #10834 )
2021-02-11 14:08:32 -07:00
Lauren Voswinkel
ae27bf5d26
Migrate MySQL db to v5 database engine ( #10110 )
...
* Migrate MySQL db to v5 database engine
2020-10-09 10:32:38 -07:00
arnis
48db6d3c3c
Conditionally overwrite TLS parameters for MySQL secrets engine ( #9729 )
...
* Conditionally overwrite TLS parameters in MySQL DSN
Overwrite MySQL TLS configuration in MySQL DSN only if have `tls_ca` or `tls_certificate_key` set
Current logic always overwrites it
* Add test for MySQL DSN with a valid TLS parameter in query string
2020-08-17 15:30:15 -07:00
Lauren Voswinkel
601d0eb6ea
Allow mTLS for mysql secrets engine ( #9181 )
...
* Extract certificate helpers for use in non-mongodb packages
* Created mTLS/X509 test for MySQL secrets engine.
* Ensure mysql username and passwords aren't url encoded
* Skip mTLS test for circleCI
2020-06-17 11:46:01 -07:00