open-vault/sdk
Jeff Mitchell a9bb72b891
Revert "Get rid of sdk internal reloadutil package for now. (#9515)" (#9521)
This reverts commit fa39e7bce02301cd795fa9ccbb2a55ff92ea13c6.
2020-07-17 15:18:44 -04:00
..
database Backport the pieces of the replication API changes (#9425) 2020-07-09 15:11:37 -07:00
framework
helper Don't require AWS_ROLE_SESSION_NAME to sts:AssumeRoleWithWebIdentity (#9416) 2020-07-13 23:31:49 -07:00
logical Adding a Clone() function to the request hanlder to be used when theres a need to modify the current request before saving it (#9499) 2020-07-16 09:53:46 -04:00
physical
plugin Backport the pieces of the replication API changes (#9425) 2020-07-09 15:11:37 -07:00
queue
testing Revert "Get rid of sdk internal reloadutil package for now. (#9515)" (#9521) 2020-07-17 15:18:44 -04:00
version
go.mod sdk/gomod: remove dependency on vault (#9449) 2020-07-16 16:24:07 -07:00
go.sum sdk/gomod: remove dependency on vault (#9449) 2020-07-16 16:24:07 -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.