Which statement best explains the role and usage of storage backends in HashiCorp Vault?
What type of Vault token does not have a TTL (Time to Live)?
Which of the following are benefits of using the Vault Secrets Operator (VSO)? (Select three)
What command is used to extend the TTL of a token, if permitted?
True or False? To prepare for day-to-day operations, the root token should be safely saved outside of Vault in order to administer Vault.
After creating a dynamic credential on a database, the DBA accidentally deletes the credentials on the database itself. When attempting to remove the lease, Vault returns an error stating that the credential cannot be found. What command can be run to make Vault remove the secret?
Select the two default policies created in Vault. (Select two)
The Vault Agent provides which of the following benefits? (Select three)
An application has authenticated to Vault and has obtained dynamic database credentials with a lease of 4 hours. Four hours later, the credentials expire, and the application can no longer communicate with the backend database, so the application goes down. What should the developers instruct the application to do to prevent this from happening again while maintaining the same level of security?
Your application cannot manage authentication with Vault, but it can communicate with a local service to retrieve secrets. What solution can enable your app to generate dynamic credentials from Vault?