gdcloud iam service-accounts keys

NOME

gcloud iam service-accounts keys: gestisci le chiavi per l'account di servizio di un progetto.

SINOSSI

gdcloud iam service-accounts keys COMMAND [flags]

DESCRIZIONE

Crea, elenca o elimina le credenziali per il account di servizio di un progetto. Per gestire le chiavi dei service account per un progetto, devi disporre del ruolo "project-iam-admin" in quel progetto.

ESEMPI


  To create an application default credentials JSON file "/tmp/my-key.json" for service account "psa-test" in project "iam-test" using cacert file "/tmp/ca.crt", run:

    gdcloud iam service-accounts keys create /tmp/my-key.json --iam-account=psa-test --project=iam-test --ca-cert-path=/tmp/ca.crt

  To list all the public keys for service account "psa-test" in project "iam-test", run:

    gdcloud iam service-accounts keys list --iam-account=psa-test --project=iam-test

  To delete a public key with ID "ab98fa9a-dae0-401f" from service account "psa-test" in project "iam-test", run:

    gdcloud iam service-accounts keys delete ab98fa9a-dae0-401f --iam-account=psa-test --project=iam-test

GDCLOUD WIDE FLAGS

Questi flag sono disponibili per tutti i comandi: --help.

Per saperne di più, consulta la pagina Panoramica del riferimento di gcloud CLI.

COMANDI

COMMAND è uno dei seguenti:

create
    Create an application default credentials JSON file which contains a private key for a service account.
delete
    Delete a public key from a service account.
list
    List all the public keys for a service account.