capability_seed
Module: config::capability_seed
Section titled “Module: config::capability_seed”Contents
Section titled “Contents”Structs
CapabilitySeedConfig-[capability_seed]TOML section.
firma_sidecar::config::capability_seed::CapabilitySeedConfig
Section titled “firma_sidecar::config::capability_seed::CapabilitySeedConfig”Struct
[capability_seed] TOML section.
Lists pre-issued capability seed files that the sidecar loads at
startup to pre-populate its CapabilityMap. Empty by default.
Fields:
paths: Vec<std::path::PathBuf>- Paths to seed TOML files produced byfirma-authority issue.
Methods:
fn validate(self: &Self) -> Result<(), String>- Validate the section.
Trait Implementations:
- Default
fn default() -> CapabilitySeedConfig
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Deserialize
fn deserialize<__D>(__deserializer: __D) -> _serde::__private228::Result<Self, <__D as >::Error>
- Clone
fn clone(self: &Self) -> CapabilitySeedConfig