Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Periodic Tokens #217

Open
johnjelinek opened this issue Oct 30, 2017 · 0 comments
Open

Periodic Tokens #217

johnjelinek opened this issue Oct 30, 2017 · 0 comments

Comments

@johnjelinek
Copy link

johnjelinek commented Oct 30, 2017

Periodic Tokens allow applications to keep renewing tokens within the TTL, thus resetting the TTL. According to this you can create a periodic token in the CLI like this:

vault write /auth/token/roles/myrole1 allowed_policies="mypolicy" period="87600h"
vault token-create -role myrole1

This token overrides the max_lease_ttl

It would be cool to be able to create periodic tokens via Vault UI

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants