open-vault/sdk
Pratyoy Mukhopadhyay 0ea9285d77
[VAULT-4034] Only cache non-nil values (#12993)
* Only cache non-nil values

* Add changelog
2021-11-01 13:47:45 -07:00
..
database Update protobuf & grpc libraries and protoc plugins (#12679) 2021-09-29 18:25:15 -07:00
framework Update some SDK dependency versions (#12828) 2021-10-14 09:47:32 -07:00
helper ensure errors are checked (#12989) 2021-11-01 13:34:51 -05:00
logical backport error changes from ent PR (#12926) 2021-10-26 10:11:24 -06:00
physical [VAULT-4034] Only cache non-nil values (#12993) 2021-11-01 13:47:45 -07:00
plugin Adds ability to define an inline policy and internal metadata on tokens (#12682) 2021-10-07 10:36:22 -07:00
queue
version
README.md
go.mod Update some SDK dependency versions (#12828) 2021-10-14 09:47:32 -07:00
go.sum Update some SDK dependency versions (#12828) 2021-10-14 09:47:32 -07: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.