When configuring Vault replication and monitoring its status, you keep seeing something called 'WALs'. What are WALs?
The command vault lease revoke -prefix aws/ will revoke all leases associated with the secret engine mounted at aws/
After a client has authenticated, what security feature is used to make subsequent calls?
After issuing the command to delete a secret, you run a vault kv list command but the secret still exists. What command would permanently delete this secret from Vault?
1. $ vault kv delete kv/applications/app01
2. Success! Data deleted (if it existed) at: kv/applications/app01
3. $ vault kv list kv/applications
4. Keys
5. ----
6. app01
Which Terraform command will force a marked resource to be destroyed and recreated on the next apply?
You've logged into the Vault CLI and attempted to enable an auth method, but received this error message. What can be done to resolve the error and configure Vault?
Error enabling userpass auth: Post https://127.0.0.1:8200/v1/sys/auth/userpass: http: server gave HTTP response to HTTPS client
In order to make a Terraform configuration file dynamic and/or reusable, static values should be converted to use what?
True or False: You can migrate the Terraform backend but only if there are no resources currently being managed.
Beyond encryption and decryption of data, which of the following is not a function of the Vault transit secrets engine?