-
Bug
-
Resolution: Unresolved
-
Major
-
3.19.0.GA
-
None
-
False
-
-
False
-
-
Description of problem:
When using a devfile that has a ubi9 based image as the tooling component, I cannot install plugins from the open-vsx.org registry. Ubi8 based images seem to work fine.
Prerequisites (if any, like setup, operators/versions): v3.19
Steps to Reproduce
- Use FIPS enabled OpenShift cluster
- Install Dev Spaces v3.19 on FIPS cluster
- Use workspace with UBI9 container image
- Install plugin from default open-vsx registry
Actual results: Plugin fails to install
Expected results: Plugin installs successfully
Reproducibility (Always/Intermittent/Only Once):
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):
Seems like the main issue is that open-vsx.org only supports TLS1.2 with EMS but the openssl in the ubi9 containers does not.