What is the primary role of the Vault Security Operator (VSO) in a Kubernetes environment?
You have a new team member on the Vault operations team. Their first task is to rotate the encryption key in Vault as part of the organization’s security policy. However, when they log in, they get an access denied error when attempting to rotate the key. The policy being used is below. Why can’t the user rotate the encryption key?
path " auth/* " {
capabilities = [ " create " , " read " , " update " , " delete " , " list " ]
}
path " sys/rotate " {
capabilities = [ " read " , " update " ]
}
Which Vault secret engine may be used to build your own internal certificate authority?
Which of these is not a benefit of dynamic secrets?
What artifacts allow you to regenerate a root token after you have revoked it?
Pick the 2 correct responses below.
Which of the following are true about Vault policies?
Pick the 2 correct responses below.
A user issues the following cURL command to encrypt data using the transit engine and the Vault AP:

Which payload.json file has the correct contents?
When using Integrated Storage, which of the following should you do to recover from possible data loss?
What does the following policy do?

How many Shamir ' s key shares are required to unseal a Vault instance?



