Skip to content

[STAC] - passwordless communication between pods  #273

@mrsiano

Description

@mrsiano

The issue is, we can't ssh from container to docker host.

when executing the stac networking test (https://github.com/openshift/svt/blob/master/networking/synthetic/run-stac-test.sh), it is always ask for ssh psswd.
since we have some sort of iterations it is not ideal for execution.
we need to include the ssh-key inside the container to avoid any ssh authentication dialog during the test execution.

I tried few different methods:

  • edit the dockerfile and redeploy the application from scratch within the docker host '.ssh' folder - it works when I test it with some fedora container, but for our s2i it doesn't.
  • I tired to copy keys online manually from the container - didn't work.

please advise
@sjug @vikaschoudhary16 @jeremyeder

Metadata

Metadata

Assignees

Labels

lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions