exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

Make SSH keys available in Docker Container #303

Closed ckunki closed 1 year ago

ckunki commented 1 year ago

Currently ITDE uses docker_exec to access the Docker Container, e.g. to analyze the content of some logfiles. With version 8 and higher the format of the Docker Containers might change so that docker_exec is no longer possible. Instead ITDE will then need to use SSH access.

For SSH access ticket #302 already requested to create a public/private SSH key pair.

The current ticket requests to enhance ITDE to put the public key into the Docker Container to make it available for SSH key authentication.

AC

  1. The public key of the SSH key pair created by ITDE is available inside the Docker Container