vault/sdk
Jeff Mitchell 0f0027b7a0
Port some stuff (#6939)
* Port some fixes

* Sync some updates
2019-06-20 16:02:11 -04:00
..
database Combined Database Backend: Static Accounts (#6834) 2019-06-19 14:45:39 -05:00
framework Unify time.Duration handling across framework and parseutil (#6935) 2019-06-20 14:28:32 -04:00
helper Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
logical Port some stuff (#6939) 2019-06-20 16:02:11 -04: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 Merge branch '1.1.2' into master-oss 2019-04-18 18:49:49 -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.