Supported versions:
Unsupported versions:
This section describes using Apigee Connect for communication between the hybrid management plane and the MART service in the runtime plane.
Apigee Connect allows the Apigee hybrid management plane to connect securely to the MART service in the runtime plane without requiring you to expose the MART endpoint on the internet. If you use Apigee Connect, you do not need to configure the MART ingress gateway with a host alias and an authorized DNS certificate.

Configure Apigee connect in your overrides with the connectAgent configuration property.
Apigee connect uses the apigee-mart service account. This service account requires the Apigee Connect Agent roles/apigeeconnect.Agent role. See Service accounts and roles used by hybrid components.
Use the connectAgent.serviceAccountPath or connectAgent.serviceAccountRef configuration properties to specify the apigee-mart service account key. Alternatively you can store the service account key in Hashicorp Vault.
Apigee Connect requires the Apigee Connect API in the Google Cloud API Library. For instructions on enabling APIs in the Google Cloud console, see Step 3: Enable APIs.
Apply changes to the Apigee connect configuration with the apigee-org chart with the following command:
helm upgrade ORG_NAME apigee-org/ \ --namespace apigee \ --atomic \ -f OVERRIDES_FILE.yaml
Apigee connect uses the gcr.io/apigee-release/hybrid/apigee-connect-agent:1.13.4 image. If you want to use a private image repository, see Use a private image repository with Apigee hybrid.
Check the Apigee Connect Agent log.
kubectl logs -n namespace apigee-connect-agent-pod-name
| Audit logs category | Operations |
|---|---|
| DATA_READ | ConnectionService.ListConnections |
| DATA_WRITE | Tether.Egress |
You can set the level of logging with the connectAgent.logLevel configuration property.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-11 UTC.