File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -210,27 +210,21 @@ component resembling a file basename is the policy name.
210210 Writers
211211 Admins
212212
213- Different components of the system will refer to these policy names. For
214- instance, to call ``Deliver `` on the orderer, the signature on the
215- request must satisfy the ``/Channel/Readers `` policy. However, to gossip
216- a block to a peer will require that the ``/Channel/Application/Readers ``
217- policy be satisfied.
218-
219213Consider the Writers policy referred to with the ``-------> `` mark in
220214the above example. This policy may be referred to by the shorthand
221215notation ``/Channel/Application/Writers ``. Note that the elements
222216resembling directory components are group names, while the last
223217component resembling a file basename is the policy name.
224218
225- By setting these different policies, the system can be configured with
226- rich access controls.
227-
228219Different components of the system will refer to these policy names. For
229220instance, to call ``Deliver `` on the orderer, the signature on the
230221request must satisfy the ``/Channel/Readers `` policy. However, to gossip
231222a block to a peer will require that the ``/Channel/Application/Readers ``
232223policy be satisfied.
233224
225+ By setting these different policies, the system can be configured with
226+ rich access controls.
227+
234228Constructing a SignaturePolicy
235229------------------------------
236230
You can’t perform that action at this time.
0 commit comments