vault/sdk
Vishal Nayak ac8125db9a
Raft tests (#7008)
* Add join test

* Add configuration test

* Add remove peer test

* Test join with and without client certs
2019-06-28 14:08:53 -04:00
..
database Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
framework Standardize how we format deprecated values in traditional path-help (#7007) 2019-06-27 14:52:52 -04:00
helper Raft tests (#7008) 2019-06-28 14:08:53 -04:00
logical Revert "Merge StoragePackerV2 implementation (#6874)" (#6997) 2019-06-26 19:26:06 -05:00
physical Remove data races around error/latency injector rand objects 2019-06-05 01:37:40 -04:00
plugin Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
queue Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
version Bump version for beta 2019-06-20 23:42:21 -04:00
go.mod Remove gogo proto from where it snuck in 2019-06-18 14:45:42 -04:00
go.sum Remove gogo proto from where it snuck in 2019-06-18 14:45:42 -04: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.