-
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
Cannot create workspace. Authorization issue. #23116
Comments
Download |
this is the log from che dashboard, I want to know why hostname is set to 172.20.0.1. I think it should be set to the domain I provided in che cluster custom resource manifest file
|
Could you have a look at this comment, I hope it will help you. |
I managed to make it work. It turns out the association between keycloak and eks was not successful. I was using a private domain that eks cannot resolve the hostname. Use domain that is publicly resolvable fix the issue |
Hello @huonguyenlt |
@tolusha yes I would love to. Any advice how to start? |
Please find here the similar PR about deploying and configuring Eclipse Che on AKS [1] [1] https://github.com/eclipse-che/che-docs/pull/2670/files |
Describe the bug
I deployed che on EKS and used keycloak as OIDC IdP.
Can successfully setup all che components log in to che dashboard. However, after login it show the errors:
I aslo tried to create a empty workspace. I get this error: "Unable to create devworkspace: Unauthorized"
Here is the checluster custom resource config
I also setup eks with oidc.
che-dashboard's log
che-gateway oauth-proxy's log
che-gateway kube-rbac-proxy log:
Observation
I compared the logs when I associated eks with oidc and when I did not, the logs are the same. I think the eclipse-che did not make any request to the eks at all.
Che version
7.89
Steps to reproduce
Expected behavior
Should be able to create workspace.
And get explain where in the log it shows that eclipse-che is authorize against the eks cluster
Runtime
other (please specify in additional context)
Screenshots
No response
Installation method
other (please specify in additional context)
Environment
Amazon
Eclipse Che Logs
Additional context
Runtime: kubernetes eks
Installation method: che compnent helm
The text was updated successfully, but these errors were encountered: