hyperledger-cacti / cacti

Hyperledger Cacti is a new approach to the blockchain interoperability problem
https://wiki.hyperledger.org/display/cactus
Apache License 2.0
344 stars 286 forks source link

feat(fabric): serialization of ccp and sshconfig #3577

Open jagpreetsinghsasan opened 1 month ago

jagpreetsinghsasan commented 1 month ago

Description

As a developer, I want to enable serialization of connection profile and sshconfig as base64 encoded strings, so that we can pass these complicated objects easily while initializing the fabric connector over api-server. This task is related to #3408 (ease of doing api calls)

Acceptance Criteria

The new feature shouldn't prevent the existing functionality to work (i.e. passing the sshconfig and connectionProfile in the usual way)