Created
April 21, 2020 07:39
-
-
Save vijayakumar-psg587/89ad1e9309456353bc332261673eaa6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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