mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-14 03:46:35 +00:00
13 lines
364 B
Markdown
13 lines
364 B
Markdown
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.
|