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 inject::scrub_response_plain;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
CredentialProvidertrait and supporting types. - response_
classifier - Response body data classification.