GUI for Vault KV2 stores made with solid.js and tauri
Download »
Report Bug
·
Request Feature
Table of Contents
This project aims to provide a simple desktop app to perform CRUD operations on a Hashicorp vault instances, focussed on KV2 engines.
Features:
- Faster than the official web ui
- Local search indexing
- Tree-style navigation
- Runs Linux, Windows, and MacOS
There are a lot more features planned for the future!
You can find the latest version on the releases page.
- Clone the repo
git clone https://github.com/adfinis/vault-gui
- Install NPM packages
pnpm install
- Run the dev version
pnpm dev
Soon to follow.
- Basic UI
- Tree view
- List view
- Secret view
- Search [x] Local Search index
- CRUD
- Create
- Read
- Update
- Delete
- Login methods
- Token
- OIDC
- Userpass
- Approle
- AWS
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'something(scope): Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Adfinis - https://adfinis.com - support@adfinis.com
Project Link: https://github.com/adfinis/vault-gui
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!