HashiCorp Certified: Vault Associate (002) — Question 80

One of the benefits of using the Vault transit secrets engine is its ability to easily rotate encryption keys. Which of these is true regarding key rotation?

Answer options

Correct answer: D

Explanation

The correct answer is D because Vault allows for both manual and automated key rotation through its API, providing flexibility in key management. Option A is incorrect as Vault does not automatically rotate keys based on a time schedule. Option B is misleading because while Vault can rotate keys, it can actually maintain versioning. Option C is wrong since Vault does maintain a versioned keyring to support key rotation.