Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable openshift authentication in openshift connector plugin #20944

Closed
svor opened this issue Dec 15, 2021 · 1 comment
Closed

Disable openshift authentication in openshift connector plugin #20944

svor opened this issue Dec 15, 2021 · 1 comment
Labels
area/plugins kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system. sprint/next

Comments

@svor
Copy link
Contributor

svor commented Dec 15, 2021

Is your task related to a problem? Please describe

Since openshift-authentication plugin wasn't adapted to avoid requesting che-server API when devWorkspace engine is enabled, we have to provide another che plugin vscode-openshift-connector without che-openshift-authentication-plugin: https://github.com/eclipse-che/che-plugin-registry/blob/main/che-theia-plugins.yaml#L361-L379

Describe the solution you'd like

Create a new che plugins which will include:

  - repository:
      url: 'https://github.com/redhat-developer/vscode-openshift-tools'
    sidecar:
      directory: openshift-tooling
      name: vscode-openshift-connector
      memoryLimit: 1500Mi
      memoryRequest: 20Mi
      cpuLimit: 800m
      cpuRequest: 30m
      volumeMounts:
        - name: kube
          path: /home/theia/.kube
    extension: https://open-vsx.org/api/redhat/vscode-openshift-connector/0.2.9/file/redhat.vscode-openshift-connector-0.2.9.vsix
    metaYaml:
      extraDependencies:
        - ms-kubernetes-tools/vscode-kubernetes-tools
        - redhat/vscode-yaml
@svor svor added kind/task Internal things, technical debt, and to-do tasks to be performed. sprint/next team/plugins severity/P1 Has a major impact to usage or development of the system. area/plugins labels Dec 15, 2021
@svor svor mentioned this issue Dec 20, 2021
15 tasks
@svor
Copy link
Contributor Author

svor commented Dec 22, 2021

Duplicate of #20857

@svor svor marked this as a duplicate of #20857 Dec 22, 2021
@svor svor closed this as completed Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugins kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system. sprint/next
Projects
None yet
Development

No branches or pull requests

1 participant