arsenal-broker (Rust)
mTLS gateway and capability broker for ARSENAL
Purpose
mTLS gateway and capability broker for ARSENAL
Read the arsenal credentials guide.
Source contract
| Field | Value |
|---|---|
| Package | arsenal-broker |
| Version | 2.0.0 |
| Language | Rust |
| Runtime floor | 1.75 |
| Manifest | arsenal/crates/arsenal-broker/Cargo.toml |
| Distribution | Source package; registry publication not verified |
Manifest SHA-256: 02f8bb340095ea585bd28be0661e79c13d691c5597b58363c00c2d76be56090f. The recorded Git revision identifies the containing repository; the manifest and entry-point hashes identify this working-tree snapshot.
Integration
Use the package root above from an authorized source checkout. Preserve sibling dependencies and their version/feature requirements. Install the runtime and compile the selected package before using its generated artifacts. The task guide describes configuration, trust boundaries, and error behavior. Test/conformance and deployment packages are supporting tools, not interchangeable production identity providers.
Exported entry points
The declarations below are extracted from the named entry files. This is a navigable source reference, not compiler-generated documentation of every transitive module. Feature gates and runtime requirements still apply. Private implementation files are not promoted to public APIs merely because they contain a public declaration.
arsenal/crates/arsenal-broker/src/lib.rs
Source SHA-256: 96b1bed6734958c5c5c0ce05651f84f2023928d166c7b91899604391a930a526.
pub mod audit_sink;
pub mod config;
pub mod consent_service;
pub mod handlers;
pub mod metrics;
pub mod middleware;
pub mod proxy_config;
pub mod proxy_service;
pub mod rate;
pub mod revocation;
pub mod server;
pub mod service;
pub mod ssrf_guard;
pub use config::BrokerConfig;
pub use consent_service::ConsentService;
pub use proxy_config::{ConsentConfig, ProxyConfig};
pub use proxy_service::ProxyService;
pub use server::BrokerServer;
pub use service::{BrokerService, RegisteredAgent, RequestContext};
pub use ssrf_guard::SsrfGuard;
pub mod prelude {Module signatures and options
Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.