Provision custom CA certificates into every container of the workspace pod #17407
Labels
area/che-server
kind/task
Internal things, technical debt, and to-do tasks to be performed.
new¬eworthy
For new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notes
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your task related to a problem? Please describe.
It is not possible to initialize Theia components when Eclipse Che is deployed behind proxy with custom CA certificate.
For instance cloning projects failed.
Describe the solution you'd like
Provision custom CA certificates into a workspace pod containers to reuse by Theia and their components.
All needed certificates are put in the configmap map (https://github.com/eclipse/che-operator/blob/fixdeploymentsinglehost/deploy/operator.yaml#L83)
TODO: put the name of this configmap into
che
configmap to use in che-serverDescribe alternatives you've considered
All certificates already mounted in
/public-certs
inche-server
container.Copy them into workspace pod containers.
Additional context
https://issues.redhat.com/browse/CRW-1054
The text was updated successfully, but these errors were encountered: