Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support deployment of hlf-connector #2349

Open
arsulegai opened this issue Aug 22, 2023 · 0 comments
Open

Support deployment of hlf-connector #2349

arsulegai opened this issue Aug 22, 2023 · 0 comments
Labels
enhancement New feature or request fabric Related to the Hyperledger Fabric DLT Platform good-first-issue Good for newcomers help wanted Extra attention is needed

Comments

@arsulegai
Copy link
Member

Is your feature request related to a problem? Please describe.
The feature will enable new possibilities within the Hyperledger Bevel. Many of the operations such as channel management in Fabric, chaincode versioning and upgrades in Fabric, deploying smart contracts in Besu etc are better served through the APIs. An automation script generating a command for such operations and then utilizing the CLI binaries overly complicates such operations.

Describe the solution you'd like
The Hyperledger Lab https://github.com/hyperledger-labs/hlf-connector has API based integration to perform administrative operations on the running instance of Fabric. The expectation would be to deploy a connector, which then can be used for administrative operations using the APIs.

Describe alternatives you've considered
None

Additional context
The requirement here can be served in two folds, one would be to deploy the connector instance (one for each organization). Any parameters can be easily fetched from available resources in Vault and the configured network.yaml file. The other part of the requirement is to generate any dependency runtime configuration needed for connector. For example, a transactor's key is needed to perform administrative operations.

@arsulegai arsulegai added the enhancement New feature or request label Aug 22, 2023
@sownak sownak added fabric Related to the Hyperledger Fabric DLT Platform help wanted Extra attention is needed labels Sep 1, 2023
@suvajit-sarkar suvajit-sarkar added the good-first-issue Good for newcomers label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fabric Related to the Hyperledger Fabric DLT Platform good-first-issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants