-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Why: Some APIs use exotic auth mechanisms (AWS Sig v4, Digest auth, HMAC, custom signing). Instead of building each one into core, provide a plugin interface.
Scope:
- Plugin interface: receive credential data, return modified request (headers, URL, body)
- Load plugins from ~/.vault-mcp/plugins/
- Built-in plugins for common patterns
Use cases:
- AWS Sig v4 as a plugin
- MongoDB Atlas Digest auth
- Custom HMAC-signing APIs
Priority: Medium — enables community contributions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request