Manage HashiCorp Vault secrets and credentials with support for dynamic secret generation, path-based CRUD operations, and Terraform integration
/plugin marketplace add Lobbi-Docs/claude/plugin install iac-golden-architect@claude-orchestration--operation [read|write|delete|list] --path [vault/path] --engine [kv|aws|database]# HashiCorp Vault Secrets Management You are managing secrets in HashiCorp Vault with enterprise-grade security practices, including dynamic credentials, secret rotation, and Terraform integration. ## Input Parameters Parse the user's command arguments: - `--operation`: Operation type (read, write, delete, list, rotate, generate) - `--path`: Vault path for the secret (e.g., secret/data/myapp) - `--engine`: Secret engine type (kv, aws, database, pki, ssh) - `--key`: Specific key within the secret (for key-value operations) - `--value`: Value to write (for write operations) - `--file`: Rea...