open-vault/internalshared
Nick Cabatoff a8023e0fdb
Add support for unauthenticated pprof access on a per-listener basis,… (#11324)
* Add support for unauthenticated pprof access on a per-listener basis, as we do for metrics.

* Add missing pprof sub-targets like 'allocs' and 'block'.  Capture the goroutine subtarget a second time in text form.  This is mostly a convenience, but also I think the pprof format might be a bit lossy?
2021-04-19 14:30:59 -04:00
..
configutil Add support for unauthenticated pprof access on a per-listener basis,… (#11324) 2021-04-19 14:30:59 -04:00
gatedwriter Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00
kv-builder Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00
listenerutil Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
reloadutil Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07: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.