Skip to content

Instantly share code, notes, and snippets.

@vijayakumar-psg587
Created April 21, 2020 07:39
Show Gist options
  • Select an option

  • Save vijayakumar-psg587/89ad1e9309456353bc332261673eaa6a to your computer and use it in GitHub Desktop.

Select an option

Save vijayakumar-psg587/89ad1e9309456353bc332261673eaa6a to your computer and use it in GitHub Desktop.
{
"type": "service_account",
"project_id": "XXXX",
"private_key_id": "XXXXXX",
"private_key": "-----BEGIN PRIVATE KEY-----\n+XXXXX-----END PRIVATE KEY-----\n",
"client_email": "<name of the service accnt>@<project-name>.iam.gserviceaccount.com",
"client_id": "1CXXXX",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/<name of service accnt>%40<projectid>.iam.gserviceaccount.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment