Installing a GCP connector on Cloud Run using CLI
Deploy the Docker image of the Apono connector as Cloud Run service
Prerequisites
Item
Description
Create a Cloud Run user
Project
export GCP_PROJECT_ID=<GOOGLE_PROJECT_ID> export SERVICE_ACCOUNT_NAME=<SERVICE_ACCOUNT_NAME> export GCP_ARTIFACT_REPOSITORY_NAME=<ARTIFACT_REPOSITORY_NAME> export GCP_CLOUDRUN_SERVICE_NAME=<CLOUDRUN_SERVICE_NAME> export GCP_LOCATION=<GCP_LOCATION> export APONO_TOKEN=<YOUR_APONO_TOKEN> export APONO_CONNECTOR_ID=<A_UNIQUE_CONNECTOR_NAME>gcloud auth login gcloud services enable cloudresourcemanager.googleapis.com --project $GCP_PROJECT_ID gcloud services enable cloudasset.googleapis.com --project $GCP_PROJECT_ID gcloud services enable cloudidentity.googleapis.com --project $GCP_PROJECT_ID gcloud services enable admin.googleapis.com --project $GCP_PROJECT_IDgcloud iam service-accounts create $SERVICE_ACCOUNT_NAME --project $GCP_PROJECT_ID
Role
Permissions Granted
Organization
- RolePermissions Granted
Deploy the connector
Last updated
Was this helpful?
