Skip to main content

Module provider

Module provider 

Source
Expand description

The CredentialProvider trait and supporting types.

Every credential backend (file, env-var, vault, etc.) implements this trait so the injection middleware can resolve references without knowing the storage details.

Structs§

CredentialRef
Metadata about a single credential reference.

Traits§

CredentialProvider
A provider capable of resolving credential references to their secret values.