hyperledger / fabric

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
https://wiki.hyperledger.org/display/fabric
Apache License 2.0
15.78k stars 8.86k forks source link

Chaincode Endorsement Policy using Specific Peer(s) #5047

Closed manavdeep closed 2 weeks ago

manavdeep commented 4 weeks ago

Hello So I wanted to know if it is possible to specify signature policy having specific peers. Something like: --signature-policy "AND('Org1MSP.peer0.org1', 'Org2MSP.peer0.org2')"

Right now I am using Org wide signature policy like: --signature-policy "AND('Org1MSP.peer', 'Org2MSP.peer')"

I wanted to restrict it to specific peers. That not possible?

bestbeforetoday commented 2 weeks ago

This is a duplicate of the answered issue at hyperledger/fabric-samples#1265