Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-5682

Dev Spaces 3.11 can't connect to Ansible Lightspeed when using embedded vsx plugin registry

XMLWordPrintable

    • False
    • None
    • False
    • Release Notes
    • Hide
      = Issue connecting to Ansible Lightspeed using the Ansible extension from the embedded plugin registry

      There is a known issue affecting Ansible Lightspeed and the embedded plugin registry. After logging into Ansible Lightspeed using the embedded plugin registry, you are not redirected to {prod-short}.

      .Workaround
      . Patch CheCluster CR to use the link:https://open-vsx.org[https://open-vsx.org] vsix registry.
      +
      [code, yaml]
      ----
      spec:
          pluginRegistry:
            openVSXURL: 'https://open-vsx.org'
      ----
      Show
      = Issue connecting to Ansible Lightspeed using the Ansible extension from the embedded plugin registry There is a known issue affecting Ansible Lightspeed and the embedded plugin registry. After logging into Ansible Lightspeed using the embedded plugin registry, you are not redirected to {prod-short}. .Workaround . Patch CheCluster CR to use the link: https://open-vsx.org [ https://open-vsx.org ] vsix registry. + [code, yaml] ---- spec:     pluginRegistry:       openVSXURL: ' https://open-vsx.org' ----
    • Known Issue
    • Done
    • Hide

      Patch CheCluster CR to use https://open-vsx.org vsix registry

      spec:
          pluginRegistry:
            openVSXURL: 'https://open-vsx.org'
      
      Show
      Patch CheCluster CR to use https://open-vsx.org vsix registry spec: pluginRegistry: openVSXURL: 'https: //open-vsx.org'

      Description of problem:

      It's not possible to connect to Ansible Lightspeed using Ansible extension in the default Dev Spaces 3.11 configuration.

      By default Dev Spaces uses embedded plugin registry that provides VS Code extensions. The reason is that the embedded plugin registry contains an old Ansible extension v2.9.118, but the problem with the connection was fixed in v2.10.130.

      Workaround
      Patch CheCluster CR to use https://open-vsx.org vsix registry that provides lates Ansible extension v2.10.130

      spec:
          pluginRegistry:
            openVSXURL: 'https://open-vsx.org'
      

      Actual results:

      Ansible Lightspeed login page doesn't redirect to Dev Spaces after the loggin

      Expected results:

      After the login to Ansible Lightspeed we should see this page:

      Reproducibility (Always/Intermittent/Only Once):

      Always

              vsvydenk Valerii Svydenko
              vsvydenk Valerii Svydenko
              Dmytro Nochevnov Dmytro Nochevnov
              Jana Vrbkova Jana Vrbkova
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: