1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages.it/common/dexter.md
2019-06-10 00:35:02 +01:00

12 lines
394 B
Markdown

# dexter
> Strumento per autenticare utenti kubectl con OpenId Connect.
> Maggiori informazioni: <https://github.com/gini/dexter>.
- 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}}`