gdcloud auth activate-service-account

NAME

gdcloud auth activate-service-account - Authorize access to GDC air-gapped with a account di servizio.

SYNOPSIS

gdcloud auth activate-service-account [flags]

DESCRIZIONE

Authorize access to GDC air-gapped with a account di servizio. To allow gdcloud to make requests using account di servizio credentials, use this command to import these credentials from a file that contains a private authorization key, and activate them for use in gdcloud. The "gdcloud auth activate-service-account" serves the same function as the "gdcloud auth login" command, but uses a account di servizio rather than the user credentials.

ESEMPI

To authorize gdcloud to access GDC air-gapped using an existing service account, run:

   gdcloud auth activate-service-account --key-file=/path/key.json

FLAG OBBLIGATORI

      --key-file string   Path to the private key file.

FLAG FACOLTATIVI

      --login-config-cert string   (Optional) Absolute file path to the CA certificate file to be used for fetching login-config over HTTPS connection.
      --skip-kubeconfig-update     (Optional) Skip updating the kubeconfig after login.

FLAG A LIVELLO DI GDCLOUD

Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.

Per saperne di più, consulta la pagina di panoramica del riferimento di CLI gdcloud.