spire-api 0.4.0

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