This repository contains two distinct Rust libraries focused on supporting SPIRE functionalities:
The spiffe
crate enables interaction with
the SPIFFE Workload API. It allows
fetching of X.509 and JWT SVIDs, bundles, and supports watch/stream updates. The types in the library are in compliance
with SPIFFE standards. More about SPIFFE can be found
at spiffe.io.
- Read the README for more information.
The spire-api
crate provides support for SPIRE specific APIs, including the Delegated Identity API.
- Read the README for more information.
Follow the links above to the individual README files for detailed information on how to use each library.
This project is licensed under LICENSE NAME.