Skip to main content

Crate arbiter_credential

Crate arbiter_credential 

Source
Expand description

Arbiter Credential: credential resolution and injection for the Arbiter proxy.

Re-exports§

pub use env_provider::EnvProvider;
pub use error::CredentialError;
pub use file_provider::FileProvider;
pub use inject::InjectedRequest;
pub use inject::inject_credentials;
pub use inject::scrub_response;
pub use provider::CredentialProvider;
pub use provider::CredentialRef;
pub use response_classifier::DataFinding;
pub use response_classifier::DetectedSensitivity;
pub use response_classifier::scan_response as scan_response_sensitivity;

Modules§

env_provider
Environment-variable credential provider.
error
Credential error types.
file_provider
File-based credential provider.
inject
Credential injection middleware.
provider
The CredentialProvider trait and supporting types.
response_classifier
Response body data classification.