Skip to content

basic

Structs


firma_sidecar::credential::provider::basic::BasicCredentialInjector

Section titled “firma_sidecar::credential::provider::basic::BasicCredentialInjector”

Struct

In-memory credential store keyed by connector ID.

Each connector ID maps to a set of HTTP headers that will be injected into outbound requests after enforcement passes.

Trait Implementations:

  • Clone
    • fn clone(self: &Self) -> BasicCredentialInjector
  • CredentialInjector
    • fn inject(self: &'life0 Self, _envelope: &'life1 ExecutionEnvelope, connector_id: &'life2 str, _target: &'life3 str) -> ::core::pin::Pin<Box<dyn ::core::future::Future>>
  • Debug
    • fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result