Skip to content

config

Structs


firma_secret_provider::gateway::client::config::GatewayClientConfig

Section titled “firma_secret_provider::gateway::client::config::GatewayClientConfig”

Struct

Tunable timeouts and limits for [super::GatewayClient], deserialized from the Sidecar’s firma.toml.

Fields:

  • connection_timeout: std::time::Duration - Deadline for establishing the connection to the gateway endpoint.
  • operation_timeout: std::time::Duration - Deadline for a single write-then-read round-trip once connected.
  • max_buffer_size: bytesize::ByteSize - Cap on the outbound payload and inbound response line size, enforced

Traits: Copy

Trait Implementations:

  • Debug
    • fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
  • Clone
    • fn clone(self: &Self) -> GatewayClientConfig
  • Default
    • fn default() -> Self
  • Deserialize
    • fn deserialize<__D>(__deserializer: __D) -> _serde::__private228::Result<Self, <__D as >::Error>