neuron-secret-k8s
Secret resolver for Kubernetes Secrets — neuron backend (stub)
Overview
neuron-secret-k8s will implement SecretResolver backed by the Kubernetes Secrets API.
Running inside a Pod, it uses the projected service account token to authenticate against the
kube-apiserver and read the specified secret by namespace and name.
Status: stub. The trait implementation and config types are defined; the
kube-rsclient integration is in progress. The interface is stable.
Usage
[]
= "0.4"
= "0.4"
use K8sSecretsResolver;
use SecretResolver;
use Arc;
// Picks up in-cluster config automatically when running in a Pod
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.