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 166 forks source link

Feature request: TOTP secret backend #178

Open zerkms opened 7 years ago

zerkms commented 7 years ago

https://www.vaultproject.io/docs/secrets/totp/index.html

What do you think about it? If core dev team thinks it's a good idea but don't have time to implement it any time soon I might contribute.

Caiyeon commented 7 years ago

I can safely say I have too many things I want to implement, especially given that I'll be too busy to work on features for the next little while.

If you want to take a shot at it, feel free. A low cost prototype would be just a new page (hardcoded, frontend only, with simple JS logic) to demonstrate the usefulness, and then judge if it's worth developing afterwards.

From experience though, I can assure you it's quite a bit of work to support a backend 😆