Caiyeon / goldfish

A HashiCorp Vault UI written with VueJS and Vault native Go API
https://vault-ui.io
Mozilla Public License 2.0
2.15k stars 167 forks source link

Feature request: Easy wrapping of existing secrets for sharing #268

Open schulzh opened 6 years ago

schulzh commented 6 years ago

Feature request:

Is this a front-end feature or backend? Front-end (I think).

Description of feature: One feature which we miss after switching from https://github.com/djenriquez/vault-ui to Goldfish is the ability to wrap secrets easily without copying them around. While viewing a secret, you can click "Wrap Secret", choose a time and get a one-time token and url with which to get the secrets again. This makes it very easy to share secrets securely with people who do not use vault frequently and/or do not have access to the secrets otherwise.

Are you able to submit a pull request for this feature? No

Mike-Dunton commented 6 years ago

This is kind of related to https://github.com/Caiyeon/goldfish/issues/241