open-vault/internalshared
Pratyoy Mukhopadhyay 9b5e89bd34
[VAULT-2776] Add prefix_filter option to Vault (#12025)
* [VAULT-2776] Add prefix_filter support to vault

* [VAULT-2776] Add filter_default config, update docs

* [VAULT-2776] Add changelog file

* [VAULT-2776] Update telemetry tests and error handling

* [VAULT-2776] Add test fixtures, update test

* [VAULT-2776] Update gitignore hcl filter
2021-07-09 14:49:53 -05:00
..
configutil [VAULT-2776] Add prefix_filter option to Vault (#12025) 2021-07-09 14:49:53 -05:00
gatedwriter Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00
kv-builder internalshared: deprecate errwrap.Wrap() (#11569) 2021-05-10 11:58:00 -05:00
listenerutil internalshared: deprecate errwrap.Wrap() (#11569) 2021-05-10 11:58:00 -05:00
reloadutil internalshared: deprecate errwrap.Wrap() (#11569) 2021-05-10 11:58:00 -05:00
README.md Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07: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.