2019-05-20 13:33:22 +02:00
|
|
|
# dexter
|
|
|
|
|
2024-02-14 17:25:13 -03:00
|
|
|
> Authenticate the `kubectl` users with OpenId Connect.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://github.com/gini/dexter>.
|
2019-05-20 13:33:22 +02:00
|
|
|
|
|
|
|
- Create and authenticate a user with Google OIDC:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`dexter auth {{[-i|--client-id]}} {{client_id}} {{[-s|--client-secret]}} {{client_secret}}`
|
2019-05-20 13:33:22 +02:00
|
|
|
|
2024-01-25 02:29:16 -03:00
|
|
|
- Override the default kube configuration file location:
|
2019-05-20 13:33:22 +02:00
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`dexter auth {{[-i|--client-id]}} {{client_id}} {{[-s|--client-secret]}} {{client_secret}} {{[-k|--kube-config]}} {{sample/config}}`
|