yuki / myVault

A web interface for HashiCorp Vault which allow to edit secrets with a Markdown editor
https://yuki.github.io/myVault/
GNU General Public License v3.0
0 stars 0 forks source link

Add button to renew the token TTL #35

Closed yuki closed 6 years ago

yuki commented 6 years ago

There are some users that want to renew the token. Vault allow this with the "default" policy.

My idea was to block this feature, but hey, who am I to block the user's desires?

But I think that it's better to limit this in some way... Maybe add this feature only for users with "admin" policy, or to everybody but the button only will appear when the TTL is less than 15 minutes.