From 7e8edb3189673edf38f95c65730f4545e11e4d3d Mon Sep 17 00:00:00 2001 From: bjzhang03 Date: Tue, 17 Sep 2019 16:45:29 +0800 Subject: [PATCH] [FAB-16619] Fix the policy warning This fixes #FAB-16619 Change-Id: I251d10bc9dc9baf4f7e7d20cc11a34703baffc52 Signed-off-by: bjzhang03 --- first-network/org3-artifacts/configtx.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/first-network/org3-artifacts/configtx.yaml b/first-network/org3-artifacts/configtx.yaml index ab3c81a7af..26b49ed2e4 100644 --- a/first-network/org3-artifacts/configtx.yaml +++ b/first-network/org3-artifacts/configtx.yaml @@ -23,6 +23,20 @@ Organizations: MSPDir: crypto-config/peerOrganizations/org3.example.com/msp + # Policies defines the set of policies at this level of the config tree + # For organization policies, their canonical path is usually + # /Channel/// + Policies: + Readers: + Type: Signature + Rule: "OR('Org3MSP.admin', 'Org3MSP.peer', 'Org3MSP.client')" + Writers: + Type: Signature + Rule: "OR('Org3MSP.admin', 'Org3MSP.client')" + Admins: + Type: Signature + Rule: "OR('Org3MSP.admin')" + AnchorPeers: # AnchorPeers defines the location of peers which can be used # for cross org gossip communication. Note, this value is only