An open API service indexing awesome lists of open source software.

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.

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.

![page](screenshot/page.png)

## Install

This is node.js application. to run it simply

```
cd web-ui
npm install
node ./app.js
```

## Table view of secret

![table](screenshot/table.png)

## JSON view of secret

![json](screenshot/json.png)

# About

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