- Flag Applied Connectors - These connectors export the assignment data.
- Event Connectors - These connectors export event data ingested through the Confidence event sender SDKs.
- Platform Connectors - These connectors forwards internal events to the customer’s system. The events could for example be
MetricCalculationCompletedorWorkflowInstanceCreated.
Authentication Setup
Confidence tries to avoid storing credentials for the connector destinations whenever possible. Instead, every Confidence account gets a unique GCP service account that’s used to authenticate when writing to a destination. The procedure to configure the authentication differs between GCP and AWS. The next sections describe the authentication steps.- GCP
- AWS
- Create a service account with the required permissions
- On the Permissions tab for the service account you just created in the GCP console, grant access to the principal
account-<your-account-id>@spotify-confidence.iam.gserviceaccount.comto impersonate the account by adding the “Workload Identify User” role to it.

