-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Description
With #157 we integrate Lyra with Docker but we do not support encrypted private keys.
An administrator should be able to run Lyra webapp in Docker with an encrypted private SSH key.
Long term, we will not want to authenticate with a high privileged SSH key at all. There's something called GitHub Apps that we might want to migrate to but unfortunately, it's only going to work for GitHub.
Create another issue for that long term solution.
This issue was extracted from #157 (comment)
Estimated size (S, M, L)
I think this issue is small because there are guides online for how to integrate ssh-agent into a container.
Prerequisites
Let's get #157 merged first.
Possible implementations
This seems to be doable by connecting the Docker host's ssh-agent into the container.