Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.01 KB

gcp.md

File metadata and controls

19 lines (17 loc) · 1.01 KB

CloudSploit For Google Cloud Platform (GCP)

Cloud Provider Configuration

  1. Log into your Google Cloud console and navigate to IAM Admin > Service Accounts.
  2. Click on "Create Service Account".
  3. Enter "CloudSploit" in the "Service account name", then enter "CloudSploit API Access" in the description.
  4. Click on Continue.
  5. Select the role: Project > Viewer.
  6. Click on Continue.
  7. Click on "Create Key".
  8. Leave the default JSON selected.
  9. Click on "Create".
  10. The key will be downloaded to your machine.
  11. Open the JSON key file, in a text editor and copy the Project Id, Client Email and Private Key values into the index.js file.
  12. Enter the APIs & Services category.
  13. Select Enable APIS & SERVICES at the top of the page
  14. Search for DNS, then Select the option that appears and Enable it.
  15. Enable all the APIs used to run scans, they are as follows: Stackdriver Monitoring, Stackdriver Logging, Compute, Cloud Key Management, Cloud SQL Admin, Kubernetes, Service Management, and Service Networking.