-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
In move2kube api, there is a query parameter "remote-source" that will allow user to not download zip file of the repo as move2kube will download it locally
It needs to use the format git+ssh://<repo>@<branch, optional>
sshkeys must be available in the user's home in order for it to work
Secret with ssh keys must be created and mounted in the move2kube pod
Those key can be shared with the Knative function that saves the transformation output (requires code change, so create a ticket is we want to do that)