The DevWorkspace Operator has basic support for custom certificates through automount functionality, but this may be insufficient for some cases -- e.g. if multiple certificates need to be trusted and are stored in separate secrets/configmaps.
We could instead treat certificates similarly to how we treat git credentials, by merging multiple resources into one.
Description
The DevWorkspace Operator has basic support for custom certificates through automount functionality, but this may be insufficient for some cases -- e.g. if multiple certificates need to be trusted and are stored in separate secrets/configmaps.
We could instead treat certificates similarly to how we treat git credentials, by merging multiple resources into one.
Additional context
Related discussion: https://github.com/eclipse/che/issues/20709