The correct API endpoint for managing secrets engines is:
B. /v1/sys/mounts: "The /sys/mounts endpoint is used to manage secrets engines in Vault." It enables and configures secrets engines by mounting them at specific paths, per the documentation.
Incorrect Options:
A. /v1/sys/init: For Vault initialization, not secrets engines. "Used for initializing the Vault server."
C. /v1/sys/config: Manages system-wide settings, not engines. "Used for system-wide configurations."
D. /v1/sys/plugins/catalog: Manages plugins, not engine mounting. "Related to managing plugins and their catalog."
This endpoint is central to Vault’s secrets engine lifecycle.
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