Reputation: 272
I have 2 organization say org1 and org2. I would like to create a channel which gives full access to org1 and read only to org2. Can some one tell me on how in hyperledger fabric.
I have already created a TwoOrg channel as per https://hyperledger-fabric.readthedocs.io/en/release-1.1/build_network.html#understanding-the-docker-compose-topology. But I wanted to make org1 alone have write permission.
Upvotes: 0
Views: 391
Reputation: 5140
You need to update the configuration of the channel to change the access rights of org2 to read (instead of write).
Upvotes: 1