GCP Part 1 - Connecting to Google Cloud Platform

This chapter describes step-by-step procedure for connecting deviceWISE to Google Cloud Platform.

Make sure that you have a project created on the Google Cloud Platform (GCP). If you do not have a project already created, go to https://cloud.google.com/ and follow the guide to create a project. There are two types of authentications for GCP on deviceWISE, User Account and Service Account.

User Account Service Account
Use OAuth for a single user to access the API. This authentication requires an access to a web browser that will authenticate your credentials before receiving the OAuth token. Uses a key string (JSON) to allow access from multiple instances, simultaneously. This authentication requires the JSON file to be stored in a secured place. The Json needs to be in the staging directory on the deviceWISE node.

Ensure that the project has Cloud Resource Manager API enabled. To see more details about the step by step of enabling it, check the dropdown bellow.