API server is not configured with OIDC Identity Provider
See original GitHub issueSummary
i have a k8s cluster, i used this command chectl server:deploy --platform k8s --installer=operator
to install eclipse che on this cluster.
i received this error message during this installation
API server is not configured with OIDC Identity Provider, see details https://kubernetes.io/docs/reference/access-authn-authz/authentication/#configuring-the-api-server
which OIDC identify provider should i configure to fix this issue? please help
Relevant information
No response
Issue Analytics
- State:
- Created a year ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Configuring an OpenID Connect identity provider | OKD 4.8
Configure the oidc identity provider to integrate with an OpenID Connect identity provider using an Authorization Code Flow.
Read more >Configuring an OpenID Connect identity provider
Configure the oidc identity provider to integrate with an OpenID Connect identity provider using an Authorization Code Flow.
Read more >Creating OpenID Connect (OIDC) identity providers
Create an OpenID Connect (OIDC) identity provider that describes a trust relationship between an OIDC-compatible IdP and AWS.
Read more >Connect to OpenID Connect Identity Provider - Auth0
Next, you will need to create and configure a OIDC Enterprise Connection in Auth0. Make sure you have the Application (client) ID and...
Read more >kubectl with OpenID Connect. TL;DR | by Hidetake Iwata
... authentication with Google Identity Platform. In this article, we will configure the following stack: OpenID Connect Provider; Kubernetes API Server ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe you can have a look at dex resources that are used for minikube cluster https://github.com/che-incubator/chectl/tree/main/resources/dex
@Divine1 Can this issue be closed?