Skip to main content

Crate lightshuttle_secrets

Crate lightshuttle_secrets 

Source
Expand description

Secret sources and .env file loading for LightShuttle.

Provides a SecretSource trait and a built-in EnvFileSource that parses a .env file into a key-value map. The map can then be fed into lightshuttle-manifest’s InterpolationContext::with_env to resolve ${env.VAR} references in manifests.

Re-exports§

pub use error::SecretError;
pub use source::EnvFileSource;
pub use source::SecretSource;

Modules§

error
Error types for secret loading.
source
Secret source trait and built-in implementations.