Achu
Achu

Reputation: 272

Channel with more controlled permission per organization in hyperledger fabric

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

Answers (1)

yacovm
yacovm

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

Related Questions