batch token in vault
#create Batch tokens vault token create -type batch -policy default
Here is what the above code is Doing:
1. Create a policy called default that allows access to the secret/data/hello path.
2. Create a token with the default policy attached.
3. Create a batch token with the default policy attached.