Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

wrapping token in vault

#Generate a normal token 
vault token create

#Generate a wrapping token
vault token create -wrap-ttl=600

#Unwrap the actual token. If you try again the same command 2nd time it gives error that the 
#wrapping token is not valid as it can be done only once 
vault unwrap <wrapping_token>
 
PREVIOUS NEXT
Tagged: #wrapping #token #vault
ADD COMMENT
Topic
Name
7+6 =