From 3d1d97bcae467c57a18e2a3f2090886ee0719d05 Mon Sep 17 00:00:00 2001 From: pama-ibm Date: Tue, 12 Jan 2021 16:10:15 -0500 Subject: [PATCH] [FAB-18170] Endorsement policy page discusses NodeSDK Signed-off-by: pama-ibm (cherry picked from commit f4c3dfcf63953ab4ff24c6d35dc71b07b75e16be) --- docs/source/endorsement-policies.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/source/endorsement-policies.rst b/docs/source/endorsement-policies.rst index efc9234df6c..4d16f2616a8 100644 --- a/docs/source/endorsement-policies.rst +++ b/docs/source/endorsement-policies.rst @@ -67,9 +67,7 @@ channel. Once the definition has been committed, the chaincode is ready to use. Any invoke of the chaincode that writes data to the ledger will need to be validated by enough channel members to meet the endorsement policy. -You can specify an endorsement policy for a chaincode using the Fabric SDKs. -For an example, visit the `How to install and start your chaincode `_ -in the Node.js SDK documentation. You can also create an endorsement policy from +You can create an endorsement policy from your CLI when you approve and commit a chaincode definition with the Fabric peer binaries by using the ``--signature-policy`` flag. @@ -120,8 +118,7 @@ the membership of the channel, so it will be updated automatically when organiza are added or removed from a channel. One advantage of using channel policies is that they can be written to be updated automatically with channel membership. -If you specify an endorsement policy using the ``--signature-policy`` flag or -the SDK, you will need to update the policy when organizations join or leave the +If you specify an endorsement policy using the ``--signature-policy`` flag, you will need to update the policy when organizations join or leave the channel. A new organization added to the channel after the chaincode has been defined will be able to query a chaincode (provided the query has appropriate authorization as defined by channel policies and any application level checks enforced by the