I using endly for end to end testing and my application is running on docker container, and I am facing this error. I already have my secret keys/folder in place.
[run[build]run|build[Init]docker.run ssh: no key found at exec.extract error]
[run[build]run|build[Init]docker.run build_Init: ssh: no key found at docker.run/exec.extract at workflow.run error]
[run[build]run|build[Init]docker.run build: build_Init: ssh: no key found at docker.run/exec.extract at workflow error]
build: build_Init: ssh: no key found at docker.run/exec.extract at workflow.run at workflow.run
[run[build]run|build[Init]docker.run run_init: build: build_Init: ssh: no key found at docker.run/exec.extract a error]
I followed the steps mentioned in github.com/viant/endly/tree/master/doc/secrets link. The contents of my localhost.json is {"Username":"xxx","EncryptedPassword":"xxx","PrivateKeyPath":"xxx/.ssh/id_rsa.pub"}