-
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
Installing version 7.42+ with external Keycloak instance #21251
Comments
Have a look pls |
I've prepared draft doc about installing Eclipse Che on minikube with Keycloak as OIDC provider. |
Thanks I will try to reflect that to my work & let's see if I can make it work with EKS |
I got somewhat of a success - with EKS + our companies OIDC provider(not keycloak) - but I am stuck after a successful login to dashboard. Accessing the dashboard URL forwards me to my OIDC provider & after successful login dashboard returns a page with following text: Error HTTP Status 400 – Bad RequestType Exception Report Message Request header is too large Description The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). Exception java.lang.IllegalArgumentException: Request header is too large Note The full stack trace of the root cause is available in the server logs. Apache Tomcat/10.0.14Please try Shift+Refresh As far as I can see in gateway pod logs authentication succeeds but not sure why it starts throwing http 400 codes. Any idea how can I debug/proceed further? |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Summary
I would like to install/configure eclipse-che with an external keycloak instance
Relevant information
Install instructions for EKS: https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-aws/ does not work anymore for 7.42+.
I found this comment #21041 (comment) - if I understand it correctly "you must have Kubernetes configured with OIDC provider":
Overall I feel like I am missing an overview of installation possibilities & consistent howTos or I am checking the wrong places.
Can you please point me to a/the docu which I can follow to get eclipse-che running on EKS?
Regards
Celal
The text was updated successfully, but these errors were encountered: