Skip to content

Debian Ninja

Learning…

Tag: service account

Posted on 2017-10-102017-10-10

Google Cloud – Creating a service account

Create a service account at:

https://console.developers.google.com/iam-admin/

Next, run the command to active account:

# gcloud auth activate-service-account --key-file="my_key_file.json"

Referencias:

  • https://developers.google.com/identity/protocols/OAuth2ServiceAccount
Proudly powered by WordPress