hyperledger / fabric-ca

https://wiki.hyperledger.org/display/fabric
Apache License 2.0
441 stars 712 forks source link

Update operations_guide.rst #359

Closed thejjw closed 1 year ago

thejjw commented 1 year ago

FIX: CA Admin identities for org1, org2 must be properly registered as admin

Type of change

Description

Following the documentation I got error on create-and-join-channel part, getting the following error:

Error: got unexpected status: BAD_REQUEST -- error validating channel creation transaction for new channel 'mychannel', could not successfully apply update to template configuration: error authorizing update: error validating DeltaSet: policy for [Group]  /Channel/Application not satisfied: implicit policy evaluation failed - 0 sub-policies were satisfied, but this policy requires 1 of the 'Admins' sub-policies to be satisfied

I looked up orderer log to find out that OU being user is causing the problem not meeting the policy. I suggest the documentation to use admin OU for CA identities of org1 and org2.

Additional details

Related issues