2019-05-20 12:33:22 +01:00
|
|
|
# dexter
|
|
|
|
|
|
|
|
> Tool for authenticating the kubectl users with OpenId Connect.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://github.com/gini/dexter>.
|
2019-05-20 12:33:22 +01:00
|
|
|
|
|
|
|
- Create and authenticate a user with Google OIDC:
|
|
|
|
|
2020-11-01 13:40:05 +00:00
|
|
|
`dexter auth -i {{client_id}} -s {{client_secret}}`
|
2019-05-20 12:33:22 +01:00
|
|
|
|
|
|
|
- Override the default kube config location:
|
|
|
|
|
2020-11-01 13:40:05 +00:00
|
|
|
`dexter auth -i {{client_id}} -s {{client_secret}} --kube-config {{sample/config}}`
|