This repository provides various methods for generating data to understand Vault consumption.
The project includes different scripts to analyze and understand the consumption patterns of Vault. Each folder contains scripts designed to generate and handle data specific to Vault consumption.
Before running the scripts, ensure you have the necessary Vault environment parameters set:
export VAULT_ADDR=http://localhost2
export VAULT_NAMESPACE=admin
export VAULT_TOKEN=hunter2
* Bash: Contains scripts written in Bash.
* Jupyter: Contains Jupyter notebooks for data analysis.
doesnt yet work for HCP Vault because activity/export API endpoint is only available form root namespace.
this is a community project and not supported by Hashicorp. PRs welcomed.
Vault-counter is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.