neuron-secret-vault
Secret resolver for HashiCorp Vault KV — neuron backend (stub)
Overview
neuron-secret-vault will implement SecretResolver backed by
HashiCorp Vault KV secrets engine. It reads the mount,
path, and field from the SecretSource config and fetches the value via the Vault HTTP API.
Status: stub. The trait implementation and config types are defined; the HTTP client integration is in progress. The interface is stable — downstream code that wires this resolver into
neuron-env-localwill not need to change when the implementation completes.
Usage
[]
= "0.4"
= "0.4"
use VaultResolver;
use SecretResolver;
use Arc;
let resolver: = new;
Part of the neuron workspace
neuron is a composable async agentic AI framework for Rust. See the book for architecture and guides.