Michal Vala

Results 12 comments of Michal Vala

is OIDC server, you're using to authenticate Che, same OIDC as Kubernetes is using?

Do you have k8s cluster configured with OIDC Authentication? https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens

yes. Che is using OIDC token to talk with Kubernetes API. So Kubernetes has to be configured with same OIDC to understand the token.

You can get inspired how we're doing that for minikube in chectl https://github.com/che-incubator/chectl/blob/main/src/tasks/platforms/minikube.ts#L135

you have to have configured oidc provider for your cluster and same oidc must be used for Che. It's used to authenticate and authorize users, so there is no way...

The `zoidbergwill/csgo-overviews` repo looks quite stable, so I wouldn't be worried it will dissapear and I don't see new maps coming either in following years so I think it's safe...

@BhawaniSingh I think you have to sign the commit. You must have git config `user.name` and `user.email` set to same ones as you have registered on eclipse. Then do the...

Hi @carlosonunez , were you able to find any workaround? I'm meeting same issue. I have sshd over cygwin and I can't run powershell commands there. I'm thinking about patching...

@zoidbergwill can you please merge this?