VAULT-ASSOCIATE-002 · Question #76
Vault operators can create two types of groups in Vault. What are the two types?
The correct answer is B. external groups D. internal groups. Vault operators can create internal groups, which are managed within Vault, and external groups, which are synced or mapped from external identity providers.
Question
Options
- Auser groups
- Bexternal groups
- Cpolicy groups
- Dinternal groups
- Esecurity groups
How the community answered
(44 responses)- A2% (1)
- B91% (40)
- C2% (1)
- E5% (2)
Why each option
Vault operators can create internal groups, which are managed within Vault, and external groups, which are synced or mapped from external identity providers.
"User groups" is a generic term; in Vault, the specific types are internal and external.
External groups in Vault are typically managed by an external identity provider (like LDAP or Active Directory) and allow Vault to map these external groups to Vault policies, streamlining access control for users from external systems.
While groups are used to apply policies, "policy groups" is not a formal type of group in Vault; rather, policies are *applied* to internal or external groups.
Internal groups are created and managed directly within Vault, enabling operators to define collections of Vault entities and assign policies to these groups, which then apply to all member entities.
"Security groups" is a term often used in networking or cloud provider contexts (e.g., AWS Security Groups) and does not refer to a type of group within Vault's identity management system.
Concept tested: Vault identity group types
Source: https://developer.hashicorp.com/vault/docs/concepts/identity#groups
Topics
Community Discussion
No community discussion yet for this question.