Exam Vault Associate 002 All QuestionsBrowse all questions from this exam
Question 91

Which of the following is the correct option to authenticate to Vault using a token using the CLI?

    Correct Answer: B

    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.

Discussion
daz_rekkaOption: B

Vault Login.

Mark1000Option: B

B By default, login uses a "token" method and reads from stdin https://developer.hashicorp.com/vault/docs/commands/login