我使用endly进行端到端测试,我的应用程序运行在docker容器上,我正面临着这个错误。我已经准备好了我的密钥/文件夹。
[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]
我遵循了github.com/viant/endly/tree/master/doc/secrets链接中提到的步骤。我的localhost.json的内容是{"Username":"xxx","EncryptedPassword":"xxx","PrivateKeyPath":"xxx/.ssh/id_rsa.pub"}
发布于 2018-05-15 06:49:21
如果在ssh过程中出现错误,如果endly不能使用提供给ssh的密钥/凭证,那么您将在endly中收到此错误消息。
您能否提供有关凭据文件的更多详细信息。
我假设您在构建和部署您的应用程序时将ssh配置为本地,因此秘密文件将是localhost.json。
请参考endly secret创建凭证。
https://stackoverflow.com/questions/50339718
复制相似问题