From e3abd6691c813116fb2655db9d5ae1a3757fcd6b Mon Sep 17 00:00:00 2001 From: Josh Horton Date: Fri, 12 Nov 2021 09:31:29 -0500 Subject: [PATCH] use member of a collection Signed-off-by: Josh Horton --- docs/source/gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/gateway.md b/docs/source/gateway.md index 2afd912c48b..6123b172fe6 100644 --- a/docs/source/gateway.md +++ b/docs/source/gateway.md @@ -62,7 +62,7 @@ stored on the endorsement peer's ledger). The gateway is dependent on the [discovery service](discovery-overview.html) to get the connection details of both the available peers and ordering service nodes, and for calculating the combination of peers that are required to endorse the transaction proposal. The discovery service must therefore always remain enabled on the Fabric Gateway peer. -The gateway endorsement process is more restrictive for transient data because it often contains sensitive or personal information that must not persist in the ledger. The gateway sends proposals involving transient data to only the organizations which write the specific transient data to their private collections. The gateway restricts the endorsing organizations to only those that write the specific transient data to a shared private data collection. If the restriction for transient data results in failed endorsement, the gateway rejects the transaction proposal. In this situation, the client should [explicitly define which organizations should endorse](#how-to-override-endorsement-policy-detection) the transaction, which must be limited to organizations that share the relevant private data collection. +The gateway endorsement process is more restrictive for transient data because it often contains sensitive or personal information that must not persist in the ledger. In this case, the gateway will restrict the set of endorsing organizations to those that are members of the private data collections to be accessed (either read or write). If this restriction for transient data results in failed endorsement, the gateway rejects the transaction proposal. If rejected, the client should [explicitly define which organizations should endorse](#how-to-override-endorsement-policy-detection) the transaction, which must be restricted to members of the private data collection. ### Targeting specific endorsement peers