1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/dexter.md

13 lines
365 B
Markdown
Raw Normal View History

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