An Azure Keyvault TUI, written in Golang using tview.
Vaulty is under active development and is subject to change.
- Clone the repository
- Update vaulty.conf
- You must configure at least one Keyvault. Remove any unused Keyvaults from configuration.
Keyvaults:
- Name: <keyvault-name>
Subscription: <keyvault-subscription-id>
- Name: <keyvault-name>
Subscription: <keyvault-subscription-id>
- Name: <keyvault-name>
Subscription: <keyvault-subscription-id>
- Build and run the executable
cd vaulty
make && ./bin/vaulty
- Bug fixing
- Global search
- Secret modification/deletion
- Certificates management
- Keys mananagement
- Themes