Support Secret object in Kubernetes/OpenShift recipe #11508
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
Description
A using of Secret is a very common way to store application credentials. But Eclipse Che ignores Secrets which are specified in Kubernetes/OpenShift recipe which leads to workspace start failing if there is any Pod/ConfigMap which references it.
It is needed to support
Secret
object in Kubernetes/OpenShift recipe.The only one issue that should be decided - should we create Secret with an original name, or rename it to a random one (with fixing references in Pods, ConfigMaps) to avoid collisions if two or more workspaces are run in the same namespace/project.
The text was updated successfully, but these errors were encountered: