2025-03-14 21:59:59 -06:00
|
|
|
# dexter
|
|
|
|
|
|
|
|
|
|
> Authenticate the `kubectl` users with OpenId Connect.
|
|
|
|
|
> More information: <https://github.com/gini/dexter>.
|
|
|
|
|
|
|
|
|
|
- Create and authenticate a user with Google OIDC:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`dexter auth {{[-i|--client-id]}} {{client_id}} {{[-s|--client-secret]}} {{client_secret}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Override the default kube configuration file location:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`dexter auth {{[-i|--client-id]}} {{client_id}} {{[-s|--client-secret]}} {{client_secret}} {{[-k|--kube-config]}} {{sample/config}}`
|