spire-api 0.6.0

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

pub mod delegated_identity;