Files
vault/changelog/28024.txt
John-Michael Faircloth 3fcb1a67c5 database/postgres: add inline certificate authentication fields (#28024)
* add inline cert auth to postres db plugin

* handle both sslinline and new TLS plugin fields

* refactor PrepareTestContainerWithSSL

* add tests for postgres inline TLS fields

* changelog

* revert back to errwrap since the middleware sanitizing depends on it

* enable only setting sslrootcert
2024-08-09 14:20:19 -05:00

4 lines
137 B
Plaintext

```release-note:improvement
database/postgres: Add new fields to the plugin's config endpoint for client certificate authentication.
```