VAULT-ASSOCIATE-002 · Question #6
Which of these is not a benefit of dynamic secrets?
The correct answer is C. Ensures that administrators can see every password used. Dynamic secrets offer significant security benefits like minimizing breach damage and simplifying rotation, but they do not provide administrators with visibility into the plaintext passwords used by client applications.
Question
Options
- ASupports systems which do not natively provide a method of expiring credentials
- BMinimizes damage of credentials leaking
- CEnsures that administrators can see every password used
- DReplaces cumbersome password rotation tools and practices
How the community answered
(36 responses)- B3% (1)
- C94% (34)
- D3% (1)
Why each option
Dynamic secrets offer significant security benefits like minimizing breach damage and simplifying rotation, but they do not provide administrators with visibility into the plaintext passwords used by client applications.
Dynamic secrets *do* support systems lacking native credential expiration by having Vault manage the lifecycle and revoke credentials after a set TTL.
Dynamic secrets *do* minimize the damage of credential leaks because they are short-lived and automatically revoked, limiting the time an attacker can use a compromised credential.
A core security benefit of dynamic secrets is that Vault creates and manages them without necessarily exposing the plaintext password to administrators or even storing it long-term within Vault itself, for instance, when generating database credentials. This 'zero knowledge' principle enhances security by reducing potential insider threats and the risk of credential exposure to administrators.
Dynamic secrets *do* replace cumbersome manual password rotation by automating the generation, distribution, and revocation of credentials, streamlining security operations.
Concept tested: Dynamic secrets benefits and principles
Source: https://www.vaultproject.io/docs/secrets/dynamic-secrets
Topics
Community Discussion
No community discussion yet for this question.