fabric-samples/test-network/addOrg6/configtx.yaml
Kurt Seifried 013162df0d
ORG6 setup
2021-03-16 20:49:00 -06:00

38 lines
1.2 KiB
YAML

# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
---
################################################################################
#
# Section: Organizations
#
# - This section defines the different organizational identities which will
# be referenced later in the configuration.
#
################################################################################
Organizations:
- &Org6
# DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment
Name: Org6MSP
# ID to load the MSP definition as
ID: Org6MSP
MSPDir: ../organizations/peerOrganizations/org6.example.com/msp
Policies:
Readers:
Type: Signature
Rule: "OR('Org6MSP.admin', 'Org6MSP.peer', 'Org6MSP.client')"
Writers:
Type: Signature
Rule: "OR('Org6MSP.admin', 'Org6MSP.client')"
Admins:
Type: Signature
Rule: "OR('Org6MSP.admin')"
Endorsement:
Type: Signature
Rule: "OR('Org6MSP.peer')"