EItanya / rust-spiffe

Rust client library implementation for SPIFFE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust SPIRE Libraries

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.

The spire-api crate provides support for SPIRE specific APIs, including the Delegated Identity API.

Getting Started

Follow the links above to the individual README files for detailed information on how to use each library.

License

This project is licensed under LICENSE NAME.

About

Rust client library implementation for SPIFFE.

License:Apache License 2.0


Languages

Language:Rust 99.0%Language:Shell 1.0%