Skip to content

Commit

Permalink
[FAB-5666] MSP Principal and system entities
Browse files Browse the repository at this point in the history
This change-set does the following:
- it modifies the MSPPrincipal definition
to include clients, peers and orderers.

Change-Id: I6b5223d987c01dc8ac66acff594a695aa97fd7b8
Signed-off-by: Angelo De Caro <[email protected]>
  • Loading branch information
adecaro committed Nov 2, 2017
1 parent 75709bc commit ebd98c4
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 30 deletions.
70 changes: 40 additions & 30 deletions protos/msp/msp_principal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions protos/msp/msp_principal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ message MSPRole {
enum MSPRoleType {
MEMBER = 0; // Represents an MSP Member
ADMIN = 1; // Represents an MSP Admin
CLIENT = 2; // Represents an MSP Client
PEER = 3; // Represents an MSP Peer
ORDERER = 4; // Represents an MSP Orderer
}

// MSPRoleType defines which of the available, pre-defined MSP-roles
Expand Down

0 comments on commit ebd98c4

Please sign in to comment.