Skip to main content

Crate greentic_secrets_spec

Crate greentic_secrets_spec 

Source

Re-exports§

pub use backend::SecretVersion;
pub use backend::SecretsBackend;
pub use backend::VersionedSecret;
pub use error::DecryptError;
pub use error::DecryptResult;
pub use error::Error;
pub use error::Result;
pub use error::SecretsError;
pub use error::SecretsResult;
pub use generation::*;
pub use helpers::*;
pub use key_provider::*;
pub use provider_binding::*;
pub use refs::*;
pub use requirements::*;
pub use result_ext::*;
pub use serde_util::*;
pub use types::*;
pub use uri::*;

Modules§

backend
error
generation
Vocabulary for managed secrets — the declarative, pack-declared model the ecosystem uses to describe every secret a deployment needs, whether the operator supplies the value or the system generates it.
helpers
key_provider
prelude
provider_binding
refs
secret:// deployment reference newtype.
requirements
result_ext
serde_util
types
uri

Type Aliases§

DynSecretsBackend