Scaleway k8s with google OIDC provider
Scaleway k8s with google OIDC provider
OIDC in a managed K8s cluster means that the generated JWT token can be used to manage resources via kubectl; in other words, authorization to the API server. It is commonly used as a secure, simplified approach to authentication across multiple applications.
read more