Metadata-Version: 2.1
Name: vault-dump
Version: 0.0.2
Summary: A package to dump the configuration settings for a running hashicorp vault instance
Home-page: https://github.com/danielpops/vault-dump
Author: Daniel Popescu
Author-email: danielpops@gmail.com
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# vault-dump
Tool that dumps all the vault configurations of a live running vault server to disk in yaml format

This does not actually dump any secret material, only configuration

TODO:
- Refactor a bunch
- Create proper class(es) instead of one everything thrown into a single `main.py`
- Command line argument parsing
- Test on more live vault instances which might have more entity types than the ones I've tested with
