hyperledger / hyperledger/fabric-samples
Channel access denied
- Dominant language
- Go
- Stars
- 3k
- Forks
- 3.5k
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 6
Description
I have added a new organization to my consortium network. Successfully able to join the channels from the new organization peers. Now I m trying to get information about my channel using the following command :
`peer channel getinfo -c my-channel`
But I get this error as result :
`Error: received bad response, status 500: access denied for [GetChainInfo][my-channel]: [Failed evaluating policy on signed data during check policy on channel [my-channel] with policy [/Channel/Application/Readers]: [implicit policy evaluation failed - 0 sub-policies were satisfied, but this policy requires 1 of the 'Readers' sub-policies to be satisfied]]`
I get also in peer logs this error:
`Peer Logs - 2021-10-20 07:18:45.057 UTC [policies] SignatureSetToValidIdentities -> WARN d1a93c invalid identity: certificate subject=CN=peer1,OU=peer,O=Hyperledger,ST=North Carolina,C=US serialnumber=41365438365218511579049 error="MSP Org3 is not defined on channel`
Contributor guide
Assessment
This issue has not been assessed yet.