- (Topic 4)
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"]
}
Correct Answer:
A
- (Topic 5)
Which of the following statements describe the secrets engine in Vault? Choose three correct answers.
Correct Answer:
ACD
- (Topic 3)
What API endpoint is used to enable and configure a secrets engine?
Correct Answer:
B
- (Topic 4)
A new application is being provisioned in your environment. The application requires the generation of dynamic credentials against the Oracle database in order to read reporting data. Which is the best auth method to use to permit the application to authenticate to Vault?
Correct Answer:
D
- (Topic 4)
You have enabled the Transit secrets engine and want to start encrypting data to store in Azure Blob storage. What is the next step that needs to be completed before you can encrypt data? (Select two)
Correct Answer:
CD
