Skip to content

Commit

Permalink
Cloud Run can receive events with Eventarc preview (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: Gang Chen <[email protected]>
  • Loading branch information
gangchen03 and gangchen03 authored Nov 3, 2020
1 parent fe9e5c7 commit ae011c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,11 @@ Run service.
Follow [this tutorial](https://cloud.google.com/run/docs/tutorials/pubsub) for
instructions about how to push Pub/Sub events to Cloud Run services.

Besides Pub/Sub, Google Cloud Eventarc(in preview) allows you to trigger
Cloud Run from events that originate from Cloud Storage, BigQuery, Firestore
and more than 60 other Google Cloud sources.
See [this blog post](https://cloud.google.com/blog/products/serverless/build-event-driven-applications-in-cloud-run) for detail.

### How to configure secrets for Cloud Run applications?

You can use [Secret Manager](https://cloud.google.com/secret-manager/docs/) with
Expand Down

0 comments on commit ae011c6

Please sign in to comment.