VA-003 Create Vault policies • Set 2
VA-003 Create Vault policies Practice Test 2 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. An application needs to encrypt data using the transit engine with key "app-key". It currently has this policy. Which statement is true?
# Vault policy snippet
path "transit/encrypt/app-key" {
capabilities = ["create", "update"]
}
path "transit/decrypt/app-key" {
capabilities = ["create", "update"]
}