From 31d644a521c3ba305b1bde1321ef5d3fd658f218 Mon Sep 17 00:00:00 2001 From: Hugues de Valon Date: Tue, 16 Feb 2021 16:05:05 +0000 Subject: [PATCH] Add documentation about the endpoint env. var. Signed-off-by: Hugues de Valon --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f5673d9..83ebfec 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ The low-level functionality that this library uses for IPC is implemented in the Check out the `spiffe` branch for JWT SVID authentication feature. +## Locating the Parsec endpoint + +The Rust client follows the [service discovery](https://parallaxsecond.github.io/parsec-book/parsec_client/api_overview.html#service-discovery) policy +to find the Parsec endpoint. + ## License The software is provided under Apache-2.0. Contributions to this project are accepted under the same license.