Vault creates two default policies upon initialization:rootanddefault. The HashiCorp Vault documentation states: "Vault creates two default policies, root and default. The root policy cannot be deleted or modified. The default policy is attached to all tokens, by default, however, this action can be modified if needed." Therootpolicy grants unrestricted access for administrative tasks, while thedefaultpolicy provides basic permissions for all tokens unless overridden.
Policies likeuser,admin,base, andvaultare not default; they must be explicitly created by users if needed. Thus, A (root) and D (default) are the correct selections.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit