Skip to content

Commit

Permalink
FAB-14271 Add channel policies to channel config
Browse files Browse the repository at this point in the history
Previously, configtxgen would auto-populate policies if they were
omitted.  This presented some problems for specifying partial policy
schemes, like only overriding one policy.  Support for omitting policies
was deprecated in v1.3 and has been removed for v2.0.0.

Change-Id: Ie01bf8f05911358a0af144f2fe2df2667c2bf12e
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick committed Feb 20, 2019
1 parent 6007c09 commit 4e2ce23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion first-network/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ Profiles:
- *Org2
TwoOrgsChannel:
Consortium: SampleConsortium
<<: *ChannelDefaults
Application:
<<: *ApplicationDefaults
Organizations:
Expand Down Expand Up @@ -345,4 +346,4 @@ Profiles:
SampleConsortium:
Organizations:
- *Org1
- *Org2
- *Org2

0 comments on commit 4e2ce23

Please sign in to comment.