Is it possible to confiure the ApiServer to act as OpenID Provider according to Authenticating | Kubernetes?
Background of this question is that we want to give a Dashoard access with headlamp or kubernetes Dashboard to our customers for their namespace resources. Headlamp can be deployed in-cluster and configured for OIDC Accessing using OpenID Connect | Headlamp
but the ApiServer must then act as Provider. Or is there another to accomplish this?
Thanks in advance