mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-05 23:46:38 +00:00
364 B
364 B
This setup shows the instruction of Kubernetes OpenID Connect authentication.
You need to set up the OpenID Connect Provider. Run the following command to authenticate with the OpenID Connect Provider:
kubectl oidc-login setup \
--oidc-issuer-url=ISSUER_URL \
--oidc-client-id=YOUR_CLIENT_ID
See https://github.com/int128/kubelogin for the details.