[DevWorkspace] Mount SSH secret to all workspace containers #20975
Labels
area/che-server
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your task related to a problem? Please describe
Che-server mounts SSH keys stored in the postgres to all workspace containers, see. Also it creates a predefined SSH key if no SSH keys are stored in the database, and then mounts it to the workspace containers.
Need to apply the same logic for the
DevWorkspace
engine. We already have theworkspace-credentials-secret
which is expected to store SSH keys, so we don't need to read the database, just mount the existing secret.Describe the solution you'd like
Implement the logic in the DevWorkspce Operator.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: