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:
|
|
|
|
|
2020-11-01 14:40:05 +01:00
|
|
|
`dexter auth -i {{client_id}} -s {{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
|
|
|
|
2020-11-01 14:40:05 +01:00
|
|
|
`dexter auth -i {{client_id}} -s {{client_secret}} --kube-config {{sample/config}}`
|