1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 02:45:59 +02:00
tldr/pages/common/dexter.md

13 lines
457 B
Markdown
Raw Normal View History

2019-05-20 13:33:22 +02:00
# dexter
> Authenticate 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]}} {{client_id}} {{[-s|--client-secret]}} {{client_secret}}`
2019-05-20 13:33:22 +02:00
- Override the default kube configuration file location:
2019-05-20 13:33:22 +02:00
`dexter auth {{[-i|--client-id]}} {{client_id}} {{[-s|--client-secret]}} {{client_secret}} {{[-k|--kube-config]}} {{sample/config}}`