open-vault/sdk
Calvin Leung Huang 05103627d3
dbplugin: fix error message in DeleteUser (#12351)
* dbplugin: fix error message in DeleteUser

* add changelog
2021-08-18 16:12:40 -07:00
..
database dbplugin: fix error message in DeleteUser (#12351) 2021-08-18 16:12:40 -07:00
framework Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
helper Move awsutil over to the go-secure-stdlib version (#12128) 2021-07-20 20:42:00 -04:00
logical [VAULT-2852] deprecate req counters in oss (#12197) 2021-07-29 10:21:40 -07:00
physical Make latency injector duration atomic. This is a prerequisite for a deadlock fix to the ent integ tests. (#11875) 2021-06-16 11:48:39 -04:00
plugin [NO-TICKET] Upgrade protoc-gen-go to 1.26, upgrade protoc to 3.17.3 (#12171) 2021-07-28 14:51:36 -07:00
queue Fixed a bunch of typos (#7146) 2019-07-18 21:10:15 -04:00
version Updating SDK version for 1.9 dev (#12246) 2021-08-04 11:47:06 -04:00
README.md
go.mod Move awsutil over to the go-secure-stdlib version (#12128) 2021-07-20 20:42:00 -04:00
go.sum Move awsutil over to the go-secure-stdlib version (#12128) 2021-07-20 20:42:00 -04: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.