Skip to content

Instantly share code, notes, and snippets.

@elseagle
Created August 16, 2022 07:39
Show Gist options
  • Save elseagle/18a47cb4a1e2a77db18b5367459018ec to your computer and use it in GitHub Desktop.
Save elseagle/18a47cb4a1e2a77db18b5367459018ec to your computer and use it in GitHub Desktop.
{
"type": "service_account",
"project_id": "my-project-id",
"private_key_id": "9ea5************502493fda904b4",
"private_key": "-----BEGIN PRIVATE KEY-----
*****************
-----END PRIVATE KEY-----\n",
"client_email": "1*****3-compute@developer.gserviceaccount.com",
"client_id": "10*******1",
"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/1*****3-compute%40developer.gserviceaccount.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment