Creating Access for Temperstack in GCP
Last updated
Last updated
Following are the steps to access GCP credentials:
We will first create a custom IAM Role in GCP Console
Open Cloud Shell on GCP Console and create a yaml file
Copy the content below into the yaml file
Then run the following code: gcloud iam roles create [ROLE_ID] --project=[PROJECT_ID] --file=[YAML_FILE_NAME]
You can define the Role ID, eg: temperstack_custom_role_1
The project ID is the current project id
Now create a service account for the user in the IAM console and then assign the above custom role to the user. You Can identify the custom role by the Role ID in the custom Role Section.
Create a key for the service account
Copy the json service account information into the field on the right.