Answers for "lookup token information in vault"

PHP
0

lookup token information in vault

#Creation of token with Explicit TTL

vault token create --ttl=600
Posted by: Guest on October-19-2020
0

lookup token information in vault

#Vault renew token duration

vault token renew --increment=30m <TOKEN>
Posted by: Guest on October-19-2020
0

lookup token information in vault

#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
Posted by: Guest on October-19-2020

Browse Popular Code Answers by Language