Skip to main content

spire_api/agent/
mod.rs

1//! Agent API
2//!
3//! Provides the following APIs:
4//! - `delegated_identity`: For managing delegated identities.
5//! - `debug`: (Not yet implemented).
6//!
7//! Access these APIs via the `admin_socket_path` in the [agent configuration file](https://spiffe.io/docs/latest/deploying/spire_agent/#agent-configuration-file).
8
9pub mod delegated_identity;