What problem does it solve?
Managing HashiCorp Vault secret engine mounts typically requires memorizing CLI commands or crafting raw API calls against the sys/mounts endpoints, which slows down operators who need to audit, enable, or tune secret engines across environments.
Core Features & Use Cases
- Mount Discovery: List all secret engine mounts and inspect configuration details for any specific mount such as KV or PKI.
- Mount Lifecycle Management: Enable new secret engines (e.g., KV-v2 at a custom path), disable existing mounts, and tune mount configuration.
- Auth Method Visibility: List configured authentication methods alongside secret engines for a complete Vault posture view.
- Use Case: A platform engineer needs to audit which KV engines are enabled before rotating secrets; they ask the agent to list all mounts and show the configuration of the pki mount in one conversation.
Quick Start
Ask the agent to list all secret engine mounts and show the configuration for the pki mount.