Create a child token from Vault WebUI
The command “vault token create -period=1h” creates a child token valid for an one hour duration allowing not to expose directly your vault token.
However, this command is currently not supported in the Vault webUI. It is however possible to use its equivalent “vault write /auth/token/create ttl=1h”.
