neuron-secret-gcp
Secret resolver for GCP Secret Manager — neuron backend (stub)
Overview
neuron-secret-gcp will implement SecretResolver backed by
Google Cloud Secret Manager. It reads the project,
secret name, and version from the SecretSource config, and authenticates via Application
Default Credentials (ADC).
Status: stub. The trait implementation and config types are defined; the GCP client integration is in progress. The interface is stable.
Usage
[]
= "0.4"
= "0.4"
use GcpSecretsResolver;
use SecretResolver;
use Arc;
// Uses Application Default Credentials (GOOGLE_APPLICATION_CREDENTIALS or metadata server)
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.