dexter: add page (#3040)

italian
Ivan Aracki 2019-05-20 13:33:22 +02:00 committed by Starbeamrainbowlabs
parent 8be8ce8380
commit a269fe7595
1 changed files with 12 additions and 0 deletions

12
pages/common/dexter.md Normal file
View File

@ -0,0 +1,12 @@
# dexter
> Tool for authenticating the kubectl users with OpenId Connect.
> Homepage: <https://github.com/gini/dexter>.
- Create and authenticate a user with Google OIDC:
`dexter auth -i {{client-id}} -s {{client-secret}}`
- Override the default kube config location:
`dexter auth -i {{client-id}} -s {{client-secret}} --kube-config {{sample/config}}`