vault/sdk
Steven Clark 3623dfc227
Add support for plugins to specify binary request paths (#23729)
* wip

* more pruning

* Integrate OCSP into binary paths PoC

 - Simplify some of the changes to the router
 - Remove the binary test PKI endpoint
 - Switch OCSP to use the new binary paths backend variable

* Fix proto generation and test compilation

* Add unit test for binary request handling

---------

Co-authored-by: Scott G. Miller <smiller@hashicorp.com>
2023-10-23 17:04:42 -04:00
..
database Improve Robustness of Custom Context Values Types (#23697) 2023-10-18 09:30:00 -04:00
framework events: Add full api_path; rename Send (#22487) 2023-08-23 15:11:22 -07:00
helper Relplat 897 copywrite fixes for mutliple licenses (#23722) 2023-10-20 08:40:43 -07:00
logical Add support for plugins to specify binary request paths (#23729) 2023-10-23 17:04:42 -04:00
physical Prevent split-brain active node writes when using Consul (#23013) 2023-09-22 16:16:01 +01:00
plugin Add support for plugins to specify binary request paths (#23729) 2023-10-23 17:04:42 -04:00
queue adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
.copywrite.hcl Relplat 897 copywrite fixes for mutliple licenses (#23722) 2023-10-20 08:40:43 -07:00
go.mod Support mlock and custom tmpdir for containerized plugins (#23215) 2023-09-22 12:14:02 +01:00
go.sum Support mlock and custom tmpdir for containerized plugins (#23215) 2023-09-22 12:14:02 +01: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.