What is the Vault CLI command to query information about the token the client is currently using?
What is the Vault CLI command to query information about the token the client is currently using?
The correct Vault CLI command to query information about the token the client is currently using is 'vault token lookup'. This command is specifically designed to return details about the token you are using, including its policies, creation time, and expiration.
https://developer.hashicorp.com/vault/docs/commands/token/lookup