Use image pull secrets stored as credentials in user preferences of Che-server in DevWorkspaces #20534
Labels
area/che-server
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Is your enhancement related to a problem? Please describe
Che-server supports storing docker config json in
dockerCredentials
user preference. It is then able to create secret with this configuration and mount it as a image pull secret of workspace pods.Devworkspace operator is able to mount labeled secrets as image pull secrets of the workspace pod.
Describe the solution you'd like
Che server should synchronize the docker config stored in user prefs as a secret in the user's namespace with the correct labels so that it is picked up by DWO.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: