//! Host bridge utilities for environment-backed secrets with policy enforcement.
pub use ;
pub use EnvProvider;
pub use SecretError;
pub use Policy;
pub use ;
/// Convenience helper that wires bindings, policy, and the environment provider together.
///
/// The provided `bindings` describe the allowlist per tenant. The optional `tenant` context
/// narrows the lookup scope; when omitted the global allowlist is consulted.