GCP Pub/Sub

To setup GCP pubsub create a component of type . See this guide on how to create and apply a pubsub configuration

Warning

You can use either “explicit” or “implicit” credentials to configure access to your GCP pubsub instance. If using explicit, most fields are required. Implicit relies on dapr running under a Kubernetes service account (KSA) mapped to a Google service account (GSA) which has the necessary permissions to access pubsub. In implicit mode, only the projectId attribute is needed, all other are optional.

  • Read this guide for instructions on configuring pub/sub components