node-vault
node-vault copied to clipboard
Allow ttl to be set as string
Hello, based on the documentation https://www.vaultproject.io/api/auth/approle/index.html#token_ttl you can specify integer or string,
but you scheme restrict this only to integers: https://github.com/kr1sp1n/node-vault/blob/c1d91b9973c0f02256112bed02cf8c4c7c5d5a31/src/commands.js#L1002
Could you please change that to string? Thank you.