Google Cloud Platform organizes resources into projects. Select your GCP project to integrate with CheckRed Platform
gcloud services enable iamcredentials.googleapis.com --project=<walkthrough-project-id/>gcloud iam service-accounts create checkred-integration-account --display-name "CheckRed Integration" --project=<walkthrough-project-id/>gcloud projects add-iam-policy-binding <walkthrough-project-id/> \
--member="serviceAccount:<your-service-account>@<walkthrough-project-id/>.iam.gserviceaccount.com" \
--role="roles/iam.viewer" --project=<walkthrough-project-id/>gcloud projects add-iam-policy-binding $(PROJECT_ID) \
--member="test-sts-checkred-external-aco@checkred-external-app.iam.gserviceaccount.com" \
--role="roles/iam.serviceAccountTokenCreator" --project=<walkthrough-project-id/>You’re all set!