Gcloud Login With Service Account Review
I clicked "Keys" in the Service Accounts tab, selected "Add Key," and chose "Create new key." I selected JSON.
: Replace this with the actual path to your downloaded JSON file (e.g., ~/keys/my-service-account.json ). 3. Alternative: Impersonation (No Key File) gcloud login with service account
gcloud auth activate-service-account ingestion-sa@my-project.iam.gserviceaccount.com \ --key-file=/secure/vault/my-project-ingestion-key.json I clicked "Keys" in the Service Accounts tab,
To let my local environment act as this Service Account, I needed a key. selected "Add Key