Skip to content

declan-whiting/vaulty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaulty

Go Report Card

An Azure Keyvault TUI, written in Golang using tview.

Screenshot

Vaulty is under active development and is subject to change.

Building from source

  1. Clone the repository
  2. 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>
  1. Build and run the executable
cd vaulty
make && ./bin/vaulty

Roadmap

  • Bug fixing
  • Global search
  • Secret modification/deletion
  • Certificates management
  • Keys mananagement
  • Themes

About

An Azure Keyvault TUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published