Your organization has an initiative to reduce and ultimately remove the use of long lived X.509 certificates. Which secrets engine will best support this use case?
A developer mistakenly committed code that contained AWS S3 credentials into a public repository. You have been tasked with revoking the AWS S3 credential that was in the code. This credential was created using Vault's AWS secrets engine and the developer received the following output when requesting a credential from Vault.
Which Vault command will revoke the lease and remove the credential from AWS?
When creating a policy, an error was thrown:
Which statement describes the fix for this issue?
Which of the following vault lease operations uses a lease_id as an argument? Choose two correct answers.
Which of the following statements are true about Vault policies? Choose two correct answers.
Which of the following are replication methods available in Vault Enterprise? Choose two correct answers.
Which Vault secret engine may be used to build your own internal certificate authority?
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.
You are using Vault's Transit secrets engine to encrypt your data. You want to reduce the amount of content encrypted with a single key in case the key gets compromised. How would you do this?
An organization would like to use a scheduler to track & revoke access granted to a job (by Vault) at completion. What auth-associated Vault object should be tracked to enable this behavior?
To make an authenticated request via the Vault HTTP API, which header would you use?