15 breaking releases
0.16.0 | Oct 6, 2023 |
---|---|
0.15.0 | Mar 15, 2023 |
0.14.1 | Sep 12, 2022 |
0.14.0 | Feb 15, 2022 |
0.7.1 | Jul 22, 2020 |
#457 in Development tools
1,650 downloads per month
Used in parsec-tool
120KB
2K
SLoC
Parsec Rust Client
This repository contains a Rust client for consuming the API provided by the Parsec service. The low-level functionality that this library uses for IPC is implemented in the interface crate.
When using the JWT-SVID authentication method, the client will expect the SPIFFE_ENDPOINT_SOCKET
environment variable to contain the path of the Workload API endpoint.
You will need to compile the crate with the spiffe-auth
feature activated.
See the SPIFFE Workload Endpoint for more information.
Locating the Parsec endpoint
The Rust client follows the service discovery policy
to find the Parsec endpoint. For example if the socket is at /tmp/parsec.sock
:
export PARSEC_SERVICE_ENDPOINT="unix:/tmp/parsec.sock"
License
The software is provided under Apache-2.0. Contributions to this project are accepted under the same license.
Contributing
Please check the Contribution Guidelines to know more about the contribution process.
Copyright 2020 Contributors to the Parsec project.
Dependencies
~12–26MB
~435K SLoC