Skip to main content

Documentation Index

Fetch the complete documentation index at: https://confidence-auth-testing.mintlify.io/llms.txt

Use this file to discover all available pages before exploring further.

Platform connectors forward internal events to your system. The events could, for example, be MetricCalculationCompleted or WorkflowInstanceCreated.
Export platform events of a configurable type to a Google Pub/Sub topic.

Required GCP Roles

  • Pub/Sub Editor

Configuration

  • Event Type - The Event type to export to the stream
  • Project - The GCP project that the topic exists in.
  • Service account - A GCP service account that has publish permissions to the configured topic. Configure the account so that the Confidence service account can impersonate it.
  • Topic - The name of the topic
  • Output format - If the connector should write the events in JSON or Protobuf binary format. Regardless of the format chosen, the connector wraps the event in a CloudEvents envelope.