vault/sdk
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
..
database database/postgres: add inline certificate authentication fields (#28024) 2024-08-09 14:20:19 -05:00
framework VAULT-24437 Address OpenAPI endpoint ignoring redact_version listener parameter (#26607) 2024-04-24 12:16:55 -04:00
helper add iptables (#28031) 2024-08-08 11:59:26 +00:00
logical Removal of go-testing-interface (CE changes) (#27578) 2024-07-04 11:09:41 -04:00
physical Overload error support for Adaptive Overload Protection (Enterprise) (#26688) 2024-04-29 22:11:23 +01:00
plugin Pin generated proto files to 1.34.2 (#27438) 2024-06-11 12:29:45 -04:00
queue adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
.copywrite.hcl [DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files (#24368) 2024-01-02 13:22:15 -08:00
go.mod database/postgres: add inline certificate authentication fields (#28024) 2024-08-09 14:20:19 -05:00
go.sum VAULT-28422 SDK upversion for go-retryablehttp (#27612) 2024-06-26 11:25:55 -04:00
LICENSE [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
README.md Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00

Vault SDK libs

This package provides the sdk package which contains code useful for developing Vault plugins.

Although we try not to break functionality, we reserve the right to reorganize the code at will and may occasionally cause breaks if they are warranted. As such we expect the tag of this module will stay less than v1.0.0.

For any major changes we will try to give advance notice in the CHANGES section of Vault's CHANGELOG.md.