open-vault/internalshared
ncabatoff bbd991a008
Fix 1.5 regression that meant non-string values in the seal stanza would fail config parsing, preventing startup. (#9555)
2020-07-23 13:53:00 -04:00
..
configutil Fix 1.5 regression that meant non-string values in the seal stanza would fail config parsing, preventing startup. (#9555) 2020-07-23 13:53:00 -04:00
gatedwriter Move reload/listenerutil/gatedwriter back out of sdk 2020-02-15 14:56:00 -05:00
kv-builder Move kv-builder to internalshared 2020-02-19 11:13:13 -05:00
listenerutil Create configutil and move some common config and setup functions there (#8362) 2020-05-14 09:19:27 -04:00
reloadutil Create configutil and move some common config and setup functions there (#8362) 2020-05-14 09:19:27 -04:00
README.md Move reload/listenerutil/gatedwriter back out of sdk 2020-02-15 14:56:00 -05:00

README.md

HashiCorp-internal libs

Do not use these unless you know what you're doing.

These libraries are used by other HashiCorp software to reduce code duplication and increase consistency. They are not libraries needed by Vault plugins -- those are in the sdk/ module.

There are no compatibility guarantees. Things in here may change or move or disappear at any time.

If you are a Vault plugin author and think you need a library in here in your plugin, please open an issue for discussion.