Skip to main content
Cloud Connectors are off by default. Until you enable them, Central does not install the connector controller, the connector PostgreSQL store, or the OdigosCloudConnector CRD. Enabling the feature does not create per-account connectors. After the subsystem is running, add an AWS or GCP connector from the Central UI.
Cloud Connectors require the same Odigos Enterprise on-prem token (or install secret) as the rest of the Central installation.

What gets installed

When cloudConnectors.enabled is true and the Central install secret exists, the chart installs:
  • The OdigosCloudConnector CRD
  • The connector-runtime controller
  • Bundled PostgreSQL (odigos-connector-postgres) and a PVC when persistence is enabled
A StorageClass must be defined for the Postgres PVC. Bundled Postgres uses a PVC for connector state management; without a usable StorageClass the PVC cannot bind. Set cloudConnectors.postgres.persistence.storageClassName explicitly, or leave it empty to use the cluster default.

Enable Cloud Connectors

At install time:
On an existing Central installation:
Leave storageClassName empty to use the cluster default, or set it to a class your cluster requires (e.g. gp3).

PostgreSQL configuration

Cloud Connectors use a bundled PostgreSQL instance under cloudConnectors.postgres. Configure these values when you enable the feature:
string
default:"odigos"
Database password. Change this for non-development installs.
string
default:"odigos"
Database username.
string
default:"odigos_central"
Database name.
boolean
default:"true"
Persist connector state on a PVC.
string
default:"20Gi"
PVC size. Your cluster must provide storage.
string
default:""
Storage class. Empty uses the cluster default.
Do not set a custom Postgres image on your own. Use the image shipped with the chart unless Odigos support or engineering directs otherwise.
Provider connector images (cloudConnectors.aws.image, cloudConnectors.gcp.image) default to the versions shipped with the chart.
Override these only when Odigos support or engineering asks you to. Custom images can break discovery, instrumentation, or schema compatibility.

Verify

After enablement, confirm the subsystem is running in the Central namespace (default odigos-central):
You should see connector-runtime and odigos-connector-postgres in a Running state.
Once both pods are Running, you are ready to add a cloud provider connector.

Next steps

Add AWS connector

Connect an AWS account.

Add GCP connector

Connect a Google Cloud project.

Instrument workloads

Create Sources after a connector is online.