bevel
bevel copied to clipboard
An automation framework for rapidly and consistently deploying production-ready DLT platforms
**Is your feature request related to a problem? Please describe.** Hyperledger Fabric uses Certificate Authorities and the Certificates issued by them to enable permissions. Certificates have limited time validity, they...
### Description As a developer, I want to create a github action which gets triggered for every PR to develop & main, so that the project code follows the inclusive...
### Description As a developer I want to update the developer guide for DLT deployment using Bevel on minikube or any other local k8s setup https://hyperledger-bevel.readthedocs.io/en/v0.10.0.0/developer/baf_minikube_setup.html ### Acceptance Criteria 1....
**Describe the solution you'd like** Having external chaincode will help in resolving issues with Kubernetes and will also help in chaincode management (by operators and devs) For more reference, https://hyperledger-fabric.readthedocs.io/en/release-2.2/cc_service.html
### **Description :** Now BAF is supporting to install single chaincode on peer. I would like to install multiple chaincodes on peers ### Proposal Summary: would like to install multiple...
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: 1. Explore how the NodeOUs...
**Is your feature request related to a problem? Please describe.** Having hardcoded port `8443` is not preferred when installing for a production network. There are many reasons why not to...
### Description As a developer, I want to decouple Ansible from Bevel.This is achieved by moving the extra functionality from ansible to helm charts and use ansible only for templating...
As a user I would like use a client belonging to org1 (i.e register a user to org1 who can have multiple identities) to connect to all the channels org1...