- Print
- DarkLight
GCP For step by step, please review:
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Create Service Account
- In GCP Console, go to IAM, and create a new Service Account( https://console.cloud.google.com/iam-admin/serviceaccounts ), With the following permissions: Viewer,Security Reviewer, Service Usage Admin, and StackDriver Accounts Viewer.
- Create Key
- From the Service Accounts, select the newly created Service Account, and select the Keys tab. Then in add Add Key, select Create new key, with type JSON, it is going to be downloaded automatically. Open the dowloaded file with a text editor, and copy the entire key (all the text in the file, including the curly brackets {}).
- From the Service Accounts, select the newly created Service Account, and select the Keys tab. Then in add Add Key, select Create new key, with type JSON, it is going to be downloaded automatically. Open the dowloaded file with a text editor, and copy the entire key (all the text in the file, including the curly brackets {}).
Was this article helpful?