https://github.com/rvojcik/vault-unwrap-tool
Simple Hashicorp Vault unwrap tool to unwrap tokens without need to autenticate to Vault.
https://github.com/rvojcik/vault-unwrap-tool
hashicorp hashicorp-vault nodejs ui vault web web-ui
Last synced: 5 months ago
JSON representation
Simple Hashicorp Vault unwrap tool to unwrap tokens without need to autenticate to Vault.
- Host: GitHub
- URL: https://github.com/rvojcik/vault-unwrap-tool
- Owner: rvojcik
- License: apache-2.0
- Created: 2024-07-15T08:53:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T10:20:22.000Z (almost 2 years ago)
- Last Synced: 2025-06-22T11:11:40.569Z (about 1 year ago)
- Topics: hashicorp, hashicorp-vault, nodejs, ui, vault, web, web-ui
- Language: HTML
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vault-unwrap-tool
Simple Hashicorp Vault unwrap tool to unwrap tokens without need to autenticate to Vault.
This simple web ui give you ability to unwrap secret without need to autentication with Vault.
Ideal to share secrets with users or outside of organization.
Tool give you also hint how to unwrap secret using cURL command.

## Install
This is node.js application. to run it simply
```
cd web-ui
npm install
node ./app.js
```
## Table view of secret

## JSON view of secret

# About
This tool is experimtal and generated using AI. Use it as template or inspiration. Feel free to modify it.