Skip to main content

Module secrets

Module secrets 

Source
Expand description

Pluggable secret resolver for crate::SecretRef values.

The trait lives in workload-spec so consumers can construct specs and invoke the resolver without linking yubaba’s containerd client. Yubaba provides the production impl in crates/yah/yubaba/src/secrets.rs.

Enums§

SecretError
Errors returned by SecretResolver::resolve.

Traits§

SecretResolver
Resolves a SecretRef to its raw byte content.