open-vault/internalshared
Mark Gritter cc6a64d4d8
Replaced ClusterMetricSink's cluster name with an atomic.Value. (#9252)
* Replaced ClusterMetricSink's cluster name with an atomic.Value.
This should permit go-race tests to pass which seal and unseal
the core.

* Replace metric sink before unseal to avoid data races.
2020-06-18 12:55:50 -05:00
..
configutil Replaced ClusterMetricSink's cluster name with an atomic.Value. (#9252) 2020-06-18 12:55:50 -05:00
gatedwriter
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

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.