In HashiCorp Vault, therootanddefaultpolicies are built-in and cannot be deleted:
B. False: "The default and root policy cannot be deleted. You don’t have to use them, but you can’t delete them." The root policy grants superuser privileges, while the default policy provides common permissions assigned to new tokens unless explicitly excluded (e.g., via vault token create -no-default-policy). Their permanence ensures baseline functionality and security.
Incorrect Option:
A. True: Incorrect; these policies are immutable in terms of deletion. "The root and default policies cannot be deleted."
This design choice maintains Vault’s operational integrity and security model.
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