devfile / devworkspace-operator

Apache License 2.0
67 stars 55 forks source link

Improve handling for trusted certificates #665

Open amisevsk opened 3 years ago

amisevsk commented 3 years ago

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

ibuziuk commented 3 years ago

Probably, this issue is related to https://github.com/devfile/devworkspace-operator/issues/668