What are some of the problems of how infrastructure was traditionally managed before Infrastructure as Code? (select three)
A user creates three workspaces from the command line - prod, dev, and test. Which of the following commands will the user run to switch to the dev workspace?
What does the following API request return?
1. $ curl \
2. --header "X-Vault-Token: ..." \
3. --request POST \
4. --data @payload.json \
5. http://127.0.0.1:8200/v1/sys/tools/random/164
Which of the following Vault policies will allow a Vault client to read a secret stored at secrets/applications/app01/api_key?
When multiple arguments with single-line values appear on consecutive lines at the same nesting level, HashiCorp recommends that you: