Re: Endorsement Policy Failure while committing chaincode #fabric-kubernetes #hyperledger-fabric #chaincode
David Enyeart
You can use either OrgMSP.member or OrgMSP.peer format, assuming you’ve configured the MSP for Node OU roles and provided the matching OU “peer” tag in the peer’s certificate. More details at https://hyperledger-fabric.readthedocs.io/en/latest/membership/membership.html#node-ou-roles-and-msps You could try OrgMSP.member in your channel configuration to verify that you don’t have a Node OU configuration issue.
The additional policy error logging was backported to v2.2 in the recent v2.2.6, it may provide additional hints in the peer log.
From:
fabric@... <fabric@...> on behalf of Arsh <arshimag@...> @Dave As you can see from the configtx.yaml that I've previously shared, all the orgs have LifecycleEndorsement policy set to Endorsement: Type: Signature Rule: "OR('Org1MSP.peer')" ZjQcmQRYFpfptBannerStart
ZjQcmQRYFpfptBannerEnd @Dave As you can see from the configtx.yaml that I've previously shared, all the orgs have LifecycleEndorsement policy set to Endorsement: Type: Signature Rule: "OR('Org1MSP.peer')"
|
||||
|