1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:46:00 +02:00

dexter: add Italian translation.

This commit is contained in:
Marco Bonelli 2019-05-30 00:41:16 +02:00 committed by Owen Voke
parent fc87843255
commit c439e283b2

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

@ -0,0 +1,12 @@
# dexter
> Strumento per autenticare utenti kubectl con OpenId Connect.
> Homepage: <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}}`