-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-4342] Fix dev style channel creation
When the orderer is configured without any consortium members, channels may be created with no members. This is an insecure mode, and supported only for development or test environments. However, sometimes it is desirable to create channels with consortium members while in this insecure mode, but the current code rejects such requests because the consortium member is not present. This CR modifies the orderer channel creation code to allow the second use case while in the insecure mode. Change-Id: Ibf37ab1dbdf79b20e1238ad128fccebf04193dfd Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
- Loading branch information
Jason Yellick
committed
Jun 4, 2017
1 parent
9ca37ee
commit 269f3cc
Showing
2 changed files
with
89 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters