open-vault/internalshared
ncabatoff b491c6d72a
Fix parsing of seal stanzas that have an array for `purpose` (#9589)
Hexadecimal integers will be converted to decimal, which is unfortunate but shouldn't have any negative effects other than perhaps confusion in the `vault debug` output.
2020-07-27 16:28:52 -04:00
..
configutil Fix parsing of seal stanzas that have an array for `purpose` (#9589) 2020-07-27 16:28:52 -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.