-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Hosted Che] OpenShift Connector plugin does not work properly #16890
[Hosted Che] OpenShift Connector plugin does not work properly #16890
Comments
@ericwill could you please take a look and try openshift connector flow on Hosted Che? |
cc @vinokurig |
For changing the cluster link changes in the upstream plugin project are required. To apply auto login we can add the related functionality to our openshift oauth plugin |
But we would still need to ask the openshift username because it may be different from Che username. |
This behavior is the expected behavior for tools like kubectl and derivatives. These tools detect the context when inside a cluster using environment variables such as The namespace and token comes from I think the problem with the console URL is going to correct itself on a 4.x cluster because openshift extension has corrected the changed behavior which should cover incluster case for 4.x too. |
Based on the discussion in the #17020 @vinokurig for Hosted Che it should be possible to use |
@ibuziuk thanks, your request works! |
@ericwill @vinokurig there is a PR opened eclipse-che/che-theia#773 can we have this merged in 7.15.0 ? |
FYI this issue blocks redhat-developer/rh-che#1832 at this point of time |
depends on #17332 |
@vinokurig could you please clarify a bit more how exactly it depends on #17332? |
To fix it I've added |
I see. Thanks @vinokurig |
@vinokurig done, |
@azatsarynnyy Nice!, Thank you |
Is your task related to a problem? Please describe.
As part of redhat-developer/rh-che#1832 we would like to enable the OpenShift Connector for every single workspace on Hosted Che. However, there are a couple of things that need to be fixed first:
Describe the solution you'd like
OpenShift Connector plugin works properly on Hosted Che - console link is displayed correctly + user is logged to the
user
namespace by default.The text was updated successfully, but these errors were encountered: