To make an authenticated request via the Vault HTTP API, which header would you use?
When an auth method is disabled all users authenticated via that method lose access.
Which of the following cannot define the maximum time-to-live (TTL) for a token?
Which of the following vault lease operations uses a lease_id as an argument? Choose two correct answers.
Examine the command below. Output has been trimmed.
Which of the following statements describe the command and its output?
Security requirements demand that no secrets appear in the shell history. Which command does not meet this requirement?
What is the Vault CLI command to query information about the token the client is currently using?
You are using the Vault userpass auth method mounted at auth/userpass. How do you create a new user named "sally" with password "h0wN0wB4r0wnC0w"? This new user will need the power-users policy.
What command creates a secret with the key "my-password" and the value "53cr3t" at path "my-secrets" within the KV secrets engine mounted at "secret"?
Which statement describes the results of this command: $ vault secrets enable transit