An administrator wants to create a new KV mount for individual users to maintain their own secrets but needs a way to simplify the policy so they don't need to write a new one for each new user? With the requirements listed below, what would such a policy look like?
Requirement: Each user can perform all operations on their allocated key/value secret path
True or False:
State is a requirement for Terraform to function.
During a terraform apply, a resource is successfully created but eventually fails during provisioning. What happens to the resource?
By default, how long does the transit secrets engine store the resulting ciphertext?
What happens when a terraform plan is executed?
Why is it a good idea to declare the required version of a provider in a Terraform configuration file?
1. terraform {
2. required_providers {
3. aws = "~> 1.0"
4. }
5. }
What is the default method of authentication after first initializing Vault?
What is the result of the following Vault command?
vault auth enable userpass
Which of the following is not an activity associated with the Vault transit secrets engine?
From the unseal options listed below, select the options you can use if you're deploying Vault on-premises. (select four)