What is the default TTL for tokens in Vault if one is not specified?
When a lease is created, what actions can be performed by using only the lease ID? (Choose two)
Select the two paths below that would be permitted for read access based on the following Vault policy:
path "secret/+/training/*" {
capabilities = ["create", "read"]
}
What features are offered by the Vault Agent? (Select three)
When using the Vault Secrets Operator, where is the secret written to after being retrieved from Vault?
Given the following policy, which command below would not result in a permission denied error (select two)?
path "secret/*" { capabilities = ["create", "update"] allowed_parameters = { "student" = ["steve", "frank", "jamie", "susan", "gerry", "damien"] } }
path "secret/apps/*" { capabilities = ["read"] }
path "secret/apps/results" { capabilities = ["deny"] }
Your company's security policies require that all encryption keys must be rotated at least once per year. After using the Transit secrets engine for a year, the Vault admin issues the proper command to rotate the key named ecommerce that was used to encrypt your data. What command can be used to easily re-encrypt the original data with the new version of the key?
What are the primary benefits of running Vault in a production deployment over dev server mode (select two)?
According to the screenshot below, what auth method did this client use to log in to Vault?
(Screenshot shows a lease path: auth/userpass/login/student01)
How does the Vault Secrets Operator (VSO) assist in integrating Kubernetes-based workloads with Vault?