Results 48 comments of Ryan Cook

@paunin is there any way we can help with the testing to get this merged

A new controller would be created. An idea would be to create the controller and also define some generic values that could be overwritten

The current plan for this is to modify the fields in the secret. Then create new replication source and destinations and define the specific keys to use.

Down kube pods using kubedown in the kube pkg https://pkg.go.dev/github.com/containers/podman/v4/pkg/bindings/play#KubeDown

https://pkg.go.dev/github.com/sigstore/cosign/pkg/cosign#VerifyImageSignature

Quick notes on this. It seems like we may strip any directories. ``` 2022-08-29T18:46:38.630Z INFO Deploying file(s) fetchit-demo/jj/test2.txt time="2022-08-29T18:46:38Z" level=info msg="Going to start container \"822f39373dd6e10f477fcffec7d77d8381772d791a19b7fb73a856eac326eaf6\"" 2022-08-29T18:46:38.978Z INFO Moved ft-ex to...

This is the item that would need the fix in filetransfer.go ``` file := filepath.Base(path) ```

Items come in with $REPO/$FILEPATH example `fetchit-demo/kp/app.yaml` if we can just strip the known field of repo we should be fine

absolutely amazing! For the testing we can add a github action secret that contains the contents of an example ssh priv key and then we can just touch a known...