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)
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
andconnectionProfile
in the usual way)