You need to write a Vault operator policy and give the users access to perform administrative actions in Vault. What path is used for Vault backend functions?
The correct path for Vault backend functions, which include administrative actions, is/sys. The HashiCorp Vault documentation confirms: "All backend system functions live in the /sys backend. Policies should take /sys into account when users need to administer Vault configurations." This path hosts endpoints for system-level operations like mounting secrets engines, managing policies, and sealing/unsealing Vault.
Paths like/security,/admin,/vault,/system, and/backendare not standard for Vault’s system backend. Only/sysprovides the necessary administrative capabilities, making E the correct answer.
[Reference:, HashiCorp Vault Documentation - System Backend, ]
Contribute your Thoughts:
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