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
To prepare for day-to-day operations, the root token should be safety saved outside of Vault in order to administer Vault
What is the result of the following Vault command?
vault auth enable userpass
Which of the following best describes the storage backend?
When administering Vault on a day-to-day basis, why is logging in with the root token, as shown below, a bad idea? (select two).