neuron-auth-k8s
Kubernetes ServiceAccount projected token auth provider for neuron (stub)
Overview
neuron-auth-k8s will implement AuthProvider using a Kubernetes projected ServiceAccount
token. When running inside a Pod, the kubelet mounts a short-lived OIDC token at a known
path; this provider reads it and refreshes it automatically before expiry.
Status: stub. The trait implementation and config types are defined; the token refresh integration is in progress. The interface is stable.
Usage
[]
= "0.4"
= "0.4"
use K8sTokenAuthProvider;
use AuthProvider;
use Arc;
// Token path matches your Pod's projected volume mount
let auth: = new;
Part of the neuron workspace
neuron is a composable async agentic AI framework for Rust. See the book for architecture and guides.