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

13 lines
394 B
Markdown
Raw Normal View History

2019-05-30 00:41:16 +02:00
# dexter
> Strumento per autenticare utenti kubectl con OpenId Connect.
2019-06-09 19:54:08 +02:00
> Maggiori informazioni: <https://github.com/gini/dexter>.
2019-05-30 00:41:16 +02:00
- Crea ed autentica un utente con Google OIDC:
`dexter auth -i {{id-client}} -s {{segreto-client}}`
- Sovrascrivi la posizione predefinita della configurazione di kube:
`dexter auth -i {{id-client}} -s {{segreto-client}} --kube-config {{percorso/a/config}}`