bevel
bevel copied to clipboard
Update Fabric network to support Policies
The current Fabric network on Kubernetes runs on default policies. This should be upgraded so that custom policies can be applied to the network. Steps:
- Explore how the NodeOUs can be configured manually i.e. not using cryptogen
- Update the generate-crypto.sh and generate-user-crypto.sh to create the config.yaml for NodeOUs
- Update the root configtx.yaml to include the policies from the fabric-network/configtx.yaml
- Add the policy to the chaincode
Acceptance Criteria
- No default Policies in the configtx.yaml when generating the genesis block
Hi @sauveergoel, any update on this issue ?