You need to connect to and manage a new HCP Vault cluster using the Vault CLI on your laptop. What environment variables should you set to establish connectivity?
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?
Which statement most accurately describes how the response wrapping feature functions in Vault?
Using the Vault CLI, there are several ways to create a new policy. Select the valid commands (Select three)
True or False? The following policy permits a user to read secrets contained in the path secrets/cloud/apps/jenkins?
text
CollapseWrapCopy
path "secrets/cloud/apps/jenkins/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}
Select the two paths below that would be permitted for read access based on the following Vault policy:
path "secret/+/training/*" {
capabilities = ["create", "read"]
}
Vault operators can create two types of groups in Vault. What are the two types?
Which of the following tokens are representative of a batch token? (Select two)
Which of the following best describes response wrapping?
What header must be included in an API request in order to provide authentication validation?