In Hyperledger fabric, can one peer be part of two organizations? Please add as much possible reasoning in the support of your answer.
Asked
Active
Viewed 156 times
1 Answers
5
Identity of a peer is mapped with the organisation that owns it and Peers are provided with identical certificates for verification.So,one peer can be associated with single organisation.
More details in their official doc : here
The mapping of identity to organization is provided by a component called a Membership Service Provider (MSP) — it determines how a peer gets assigned to a specific role in a particular organization and accordingly gains appropriate access to blockchain resources. Moreover, a peer can be owned only by a single organization, and is therefore associated with a single MSP.

rohit_sethi
- 106
- 3
-
seems reasonable – A.K. Jan 22 '19 at 10:08