Such -Token -Informationen in Vault
#Creation of token with Explicit TTL
vault token create --ttl=600
Ankit Sambhare (SamBlake30)
#Creation of token with Explicit TTL
vault token create --ttl=600
#Lookup for Token Information in vault
vault token lookup <TOKEN>
#By default Duration is 768h and it comes from where? check with below command
vault read sys/auth/token/tune
#Vault renew token duration
vault token renew --increment=30m <TOKEN>