open-vault/sdk
Nick Cabatoff ec2af04ec6
Remove the last vestiges of sdk/version. (#19068)
2023-02-08 12:30:27 -05:00
..
database Allow Token Create Requests To Be Replicated (#18689) 2023-01-24 14:00:27 -05:00
framework Add events sending routed from plugins (#18834) 2023-02-03 13:24:16 -08:00
helper Remove the last vestiges of sdk/version. (#19068) 2023-02-08 12:30:27 -05:00
logical Add events sending routed from plugins (#18834) 2023-02-03 13:24:16 -08:00
physical VAULT-6938 Remove license from being cache exempt (#17265) 2022-09-26 10:26:07 -04:00
plugin Add events sending routed from plugins (#18834) 2023-02-03 13:24:16 -08:00
queue sdk/queue: move lock before checking queue length (#13146) 2021-11-29 14:54:00 -05:00
README.md Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
go.mod Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
go.sum Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00

README.md

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.