-
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
oauth-proxy
container in che-gateway
pod throws error while setting up eclipse-che
on k8s cluster
#21452
Comments
@sparkoo please help me on this |
you have to set these fields in CheCluster
|
could you please elaborate on that? where should i add it? should i add it like below?
is my below assumption correct? Also, after i add this configuration using i apologize for asking the basic questions, please clarify...
|
Che will always talk to Dex here. If you want to login with GitHub, you have to configure Dex to connect to it https://dexidp.io/docs/connectors/github/ It looks like this: Kubernetes must be using same Dex for authentication and by that we're able to use Kubernetes RBAC to control permissions for users. It will also allow us to have various Identity providers.
|
@sparkoo thank you for the details, i will try this and share the feedback. |
cc: @tolusha can you please take a look what might be wrong? |
It is related to switching to CheCluster API v2.
If it fails, pls attach chectl logs. |
i ran |
Try to clean up checluster CR manually |
Hi @tolusha After adding this to my yaml still my oauth-proxy container is failing . the error it shows is : |
Summary
i have configured a k8s cluster in my virtual machine and i installed
eclipse-che
using below command. the installation completed, but i have explained the issue belowi was able to follow this documentation and integrate
dex
with an example-app successfully. Now i have to integratedex
andeclipse-che
.below screenshot shows the output after successfully installing eclipse-che in k8s cluster but without integrating
eclipse-che
withdex
.But what steps should i follow to inregrate
eclipse-che
anddex
?(not real url)sample url is https://eclipseche.example.click:31931/ , https://eclipseche.example.click:31931/dashboard
i investigated the error and found
che-gateway-766fdb7b54-pb8bz
pod in errored state. i investigated the state of the containers with-in the pod,oauth-proxy
container inche-gateway-766fdb7b54-pb8bz
pod is in errored state.i checked the
oauth-proxy
container logs inche-gateway-766fdb7b54-pb8bz
pod , it shows below error message. where should i update the information mentioned in the error message ?Please help me on what should i do to fix this error?
Relevant information
No response
The text was updated successfully, but these errors were encountered: