Skip to content

capability_seed

Structs


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 by firma-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