Which of the following is the correct option to authenticate to Vault using a token using the CLI?
Which of the following is the correct option to authenticate to Vault using a token using the CLI?
To authenticate to Vault using a token through the CLI, you use the 'vault login' command. This command allows you to log in to Vault, and by default, it uses the token method of authentication.
Vault Login.
B By default, login uses a "token" method and reads from stdin https://developer.hashicorp.com/vault/docs/commands/login