VAULT-ASSOCIATE-002 · Question #78
Which of the following describes usage of an identity group?
The correct answer is D. Consistently apply the same set of policies to a collection of entities. Identity groups in Vault are primarily used to consistently apply a defined set of access policies to a collection of entities, streamlining access management.
Question
Options
- ALimit the policies that would otherwise apply to an entity in the group
- BWhen they want to revoke the credentials for a whole set of entities simultaneously
- CAudit token usage
- DConsistently apply the same set of policies to a collection of entities
How the community answered
(57 responses)- A4% (2)
- B7% (4)
- C2% (1)
- D88% (50)
Why each option
Identity groups in Vault are primarily used to consistently apply a defined set of access policies to a collection of entities, streamlining access management.
Identity groups primarily function to *apply* policies to entities within them, not to limit policies that would otherwise apply; an entity's effective policies are a combination of its direct policies and those inherited from its groups.
While identity groups can facilitate mass revocation by revoking the group's associated access, their fundamental purpose is to simplify policy assignment and management, not primarily to enable credential revocation.
Auditing token usage is a function of Vault's audit devices, which log requests and responses, and is not a direct usage or purpose of identity groups.
Identity groups in Vault serve as a logical container to associate a set of policies with multiple entities (users or machines). This allows operators to manage access control efficiently by assigning policies once to a group, ensuring all members receive consistent permissions.
Concept tested: Vault identity group purpose
Source: https://developer.hashicorp.com/vault/docs/concepts/identity#groups
Topics
Community Discussion
No community discussion yet for this question.