vault/sdk
2025-01-10 10:11:45 -08:00
..
database sdk/db: do not hold the lock on Close (#29097) 2025-01-09 17:33:23 +00:00
framework Add SDK helpers and Core stubs for plugins to communicate with Enterprise Rotation Manager (#29273) 2025-01-07 22:22:45 +00:00
helper sdk/db: do not hold the lock on Close (#29097) 2025-01-09 17:33:23 +00:00
logical protobuf: rebuild protos with protobuf 1.36.2 (#29318) 2025-01-08 21:35:04 +00:00
physical Fix OSS sealunwrapper adding extra get + put request to all storage get requests (#29050) 2024-11-29 18:19:45 +01:00
plugin move system view interface, grpc server, and client to stubs_oss files (#29291) 2025-01-10 10:11:45 -08:00
queue adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
rotation Add SDK helpers and Core stubs for plugins to communicate with Enterprise Rotation Manager (#29273) 2025-01-07 22:22:45 +00: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 Vault 27421 update cap/ldap dep (#29302) 2025-01-08 13:27:45 -06:00
go.sum Vault 27421 update cap/ldap dep (#29302) 2025-01-08 13:27:45 -06: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.