Eventarc for Cloud Run Reviews

Eventarc for Cloud Run Reviews

8095 reviews

Ankita C. · Reviewed يومان ago

Toji f. · Reviewed يومان ago

Sérgio N. · Reviewed يومان ago

Ashish S. · Reviewed يومان ago

Ashish S. · Reviewed 3 أيام ago

There is a deprecated commands for "gcloud beta eventarc .." pls change it to as an eg. gcloud eventarc triggers create trigger-auditlog \ --destination-run-service=${SERVICE_NAME} \ --destination-run-region=europe-west1 \ --event-filters="type=google.cloud.audit.log.v1.written" \ --event-filters="serviceName=storage.googleapis.com" \ --event-filters="methodName=storage.objects.create" \ --service-account=${PROJECT_NUMBER}-compute@developer.gserviceaccount.com

Pradeep C. · Reviewed 3 أيام ago

Omnia M. · Reviewed 3 أيام ago

Rinu Jacob C. · Reviewed 3 أيام ago

Tebogo M. · Reviewed 4 أيام ago

Pratham C. · Reviewed 4 أيام ago

Marcos P. · Reviewed 4 أيام ago

MANIKA S. · Reviewed 4 أيام ago

Pratham C. · Reviewed 4 أيام ago

Pratham C. · Reviewed 4 أيام ago

Pratham C. · Reviewed 4 أيام ago

Pratham C. · Reviewed 4 أيام ago

In task 4 "gcloud beta eventarc" command not working need update in lab kindy check this one export REGION= gcloud config set project $DEVSHELL_PROJECT_ID gcloud config set run/region $REGION gcloud config set run/platform managed gcloud config set eventarc/location $REGION export PROJECT_NUMBER="$(gcloud projects list \ --filter=$(gcloud config get-value project) \ --format='value(PROJECT_NUMBER)')" gcloud projects add-iam-policy-binding $(gcloud config get-value project) \ --member=serviceAccount:${PROJECT_NUMBER}-compute@developer.gserviceaccount.com \ --role='roles/eventarc.admin' export SERVICE_NAME=event-display export IMAGE_NAME="gcr.io/cloudrun/hello" gcloud run deploy ${SERVICE_NAME} \ --image ${IMAGE_NAME} \ --allow-unauthenticated \ --max-instances=3 gcloud eventarc triggers create trigger-pubsub \ --destination-run-service=${SERVICE_NAME} \ --event-filters="type=google.cloud.pubsub.topic.v1.messagePublished" export TOPIC_ID=$(gcloud eventarc triggers describe trigger-pubsub \ --format='value(transport.pubsub.topic)') gcloud pubsub topics publish ${TOPIC_ID} --message="Hello there" export BUCKET_NAME=$(gcloud config get-value project)-cr-bucket gsutil mb -p $(gcloud config get-value project) \ -l $(gcloud config get-value run/region) \ gs://${BUCKET_NAME}/ ====================================================================================================================================================================================================== From the Navigation menu, select IAM & Admin > Audit Logs In the list of services, check the box for Google Cloud Storage On the right hand side, click the LOG TYPE tab. Admin Write is selected by default, make sure you also select Admin Read, Data Read, Data Write and then click Save. ====================================================================================================================================================================================================== echo "Hello World" > random.txt gsutil cp random.txt gs://${BUCKET_NAME}/random.txt gcloud beta eventarc attributes types describe google.cloud.audit.log.v1.written gcloud eventarc triggers create trigger-auditlog \ --destination-run-service=${SERVICE_NAME} \ --event-filters="type=google.cloud.audit.log.v1.written" \ --event-filters="serviceName=storage.googleapis.com" \ --event-filters="methodName=storage.objects.create" \ --service-account=${PROJECT_NUMBER}-compute@developer.gserviceaccount.com gsutil cp random.txt gs://${BUCKET_NAME}/random.txt -------------------------------------------------------------------------------------------------------------------------------------------------------------

Prince P. · Reviewed 5 أيام ago

Check this lab

Paras S. · Reviewed 5 أيام ago

Paras S. · Reviewed 5 أيام ago

Paras S. · Reviewed 5 أيام ago

OUT OF DATE of course. rm beta change --matching-criteria to --event-filters Nice challenge, thanks.

Michał W. · Reviewed 5 أيام ago

Prathamesh S. · Reviewed 5 أيام ago

very bad

Anurag M. · Reviewed 5 أيام ago

ERROR: (gcloud.beta.eventarc.attributes.types.list) This command has been removed. Please use `gcloud eventarc` instead

Galih S. · Reviewed 6 أيام ago

Atul P. · Reviewed 6 أيام ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.